Add uClibc/hardened specs for x86.

svn path=/trunk/; revision=502
This commit is contained in:
Christian Heim 2008-03-27 14:45:00 +00:00
parent dac1ea0b66
commit 7ab684f034
4 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,10 @@
subarch: x86
target: stage1
version_stamp: uclibc-hardened-2008.0
rel_type: embedded
profile: uclibc/x86/hardened
snapshot: 2008.0
source_subpath: embedded/stage3-x86-uclibc-hardened-2007.0
cflags: -Os -mtune=i386 -pipe -fforce-addr
ldflags: -Wl,-O1
chost: i386-gentoo-linux-uclibc

View file

@ -0,0 +1,10 @@
subarch: x86
target: stage2
version_stamp: uclibc-hardened-2008.0
rel_type: embedded
profile: uclibc/x86/hardened
snapshot: 2008.0
source_subpath: embedded/stage1-x86-uclibc-hardened-2008.0
cflags: -Os -mtune=i386 -pipe -fforce-addr
ldflags: -Wl,-O1
chost: i386-gentoo-linux-uclibc

View file

@ -0,0 +1,7 @@
subarch: x86
target: stage3
version_stamp: uclibc-hardened-2008.0
rel_type: embedded
profile: uclibc/x86/hardened
snapshot: 2008.0
source_subpath: embedded/stage2-x86-uclibc-hardened-2008.0