Statetrace: Rename i386 to i686.
[gem5.git] / util / statetrace / SConstruct
index 2e93162d8770a2b82e0061a6a5fc78bf0359f17d..5909772c6c1cd670fb0e22dabd50975c1131c913 100644 (file)
@@ -49,7 +49,7 @@ the build/<arch>/ directories you specified on the command line.
 ''')
 
 
-arches = 'amd64', 'arm', 'i386', 'sparc'
+arches = 'amd64', 'arm', 'i686', 'sparc'
 
 import os