Fixing the source_subpath as well as the chost (glibc-2.5* needs >=i486.
svn path=/trunk/; revision=345
This commit is contained in:
parent
692cfece0b
commit
d3ba660333
3 changed files with 11 additions and 11 deletions
|
@ -5,6 +5,6 @@ rel_type: default
|
|||
profile: hardened/x86/2.6
|
||||
snapshot: 2007.1
|
||||
source_subpath: default/stage3-x86-hardened-2.6-2007.0
|
||||
chost: i386-pc-linux-gnu
|
||||
cflags: -mtune=i386 -O2 -pipe -fforce-addr
|
||||
cxxflags: -mtune=i386 -O2 -pipe -fforce-addr
|
||||
chost: i486-pc-linux-gnu
|
||||
cflags: -mtune=i486 -O2 -pipe -fforce-addr
|
||||
cxxflags: -mtune=i486 -O2 -pipe -fforce-addr
|
||||
|
|
|
@ -4,7 +4,7 @@ version_stamp: hardened-2007.1
|
|||
rel_type: default
|
||||
profile: hardened/x86/2.6
|
||||
snapshot: 2007.1
|
||||
source_subpath: default/stage1-x86-hardened-2.6-2007.1
|
||||
chost: i386-pc-linux-gnu
|
||||
cflags: -mtune=i386 -O2 -pipe -fforce-addr
|
||||
cxxflags: -mtune=i386 -O2 -pipe -fforce-addr
|
||||
source_subpath: default/stage1-x86-hardened-2007.1
|
||||
chost: i486-pc-linux-gnu
|
||||
cflags: -mtune=i486 -O2 -pipe -fforce-addr
|
||||
cxxflags: -mtune=i486 -O2 -pipe -fforce-addr
|
||||
|
|
|
@ -4,7 +4,7 @@ version_stamp: hardened-2007.1
|
|||
rel_type: default
|
||||
profile: hardened/x86/2.6
|
||||
snapshot: 2007.1
|
||||
source_subpath: default/stage2-x86-hardened-2.6-2007.1
|
||||
chost: i386-pc-linux-gnu
|
||||
cflags: -mtune=i386 -O2 -pipe -fforce-addr
|
||||
cxxflags: -mtune=i386 -O2 -pipe -fforce-addr
|
||||
source_subpath: default/stage2-x86-hardened-2007.1
|
||||
chost: i486-pc-linux-gnu
|
||||
cflags: -mtune=i486 -O2 -pipe -fforce-addr
|
||||
cxxflags: -mtune=i486 -O2 -pipe -fforce-addr
|
||||
|
|
Loading…
Add table
Reference in a new issue