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

svn path=/trunk/; revision=497
This commit is contained in:
Christian Heim 2008-03-15 18:44:19 +00:00
parent 82d87f736a
commit f945973647
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,10 @@
subarch: x86
target: stage1
version_stamp: uclibc-2008.0
rel_type: embedded
profile: uclibc/x86
snapshot: 2008.0
source_subpath: embedded/stage3-x86-uclibc-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-2008.0
rel_type: embedded
profile: uclibc/x86
snapshot: 2008.0
source_subpath: embedded/stage1-x86-uclibc-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-2008.0
rel_type: embedded
profile: uclibc/x86
snapshot: 2008.0
source_subpath: embedded/stage2-x86-uclibc-2008.0