Updated stages with our little hack to work around -mtune/-mcpu on GCC 3.3/3.4

svn path=/trunk/; revision=150
This commit is contained in:
Chris Gianelloni 2006-04-18 19:04:40 +00:00
parent 7ee8fbc2ad
commit e0ebcf61fc
2 changed files with 6 additions and 0 deletions

View file

@ -5,3 +5,6 @@ rel_type: default
profile: default-linux/x86/2006.0
snapshot: 20060123
source_subpath: default/stage3-x86-2005.1-r1
# These are here since our seed stage was gcc 3.3 and did not support -mtune
cflags: -O2 -mcpu=i686 -pipe
cxxflags: -O2 -mcpu=i686 -pipe

View file

@ -5,3 +5,6 @@ rel_type: default
profile: default-linux/x86/no-nptl/2.4
snapshot: 20060123
source_subpath: default/stage1-x86-2006.0
# Here we set it back for gcc 3.4
cflags: -O2 -mtune=i686 -pipe
cxxflags: -O2 -mtune=i686 -pipe