Adding initial specs for the uClibc-hardened stages (experimental ?).

svn path=/trunk/; revision=498
This commit is contained in:
Christian Heim 2008-03-15 18:47:42 +00:00
parent f945973647
commit f8648ca06d
3 changed files with 27 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
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
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