Fix up the i686 hardened specs, to use the right rel_type, profile, as well as source_subpath.

svn path=/trunk/; revision=495
This commit is contained in:
Christian Heim 2008-03-15 11:40:14 +00:00
parent 9ecb041dc8
commit 531903ed9b
2 changed files with 6 additions and 9 deletions

View file

@ -1,10 +1,9 @@
subarch: i686
target: stage2
version_stamp: hardened-2008.0
rel_type: default
profile: hardened/x86/2.6
rel_type: hardened
profile: hardened/linux/x86
snapshot: 2008.0
source_subpath: default/stage1-x86-hardened-2008.0
source_subpath: hardened/stage1-x86-hardened-2008.0
chost: i686-pc-linux-gnu
cflags: -mtune=i686 -O2 -pipe -fforce-addr
cxxflags: -mtune=i686 -O2 -pipe -fforce-addr

View file

@ -1,9 +1,7 @@
subarch: i686
target: stage3
version_stamp: hardened-2008.0
rel_type: default
profile: hardened/x86/2.6
rel_type: hardened
profile: hardened/linux/x86
snapshot: 2008.0
source_subpath: default/stage2-i686-hardened-2008.0
cflags: -mtune=i686 -O2 -pipe -fforce-addr
cxxflags: -mtune=i686 -O2 -pipe -fforce-addr
source_subpath: hardened/stage2-i686-hardened-2008.0