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

@ -2,6 +2,11 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $Header: $
27 Mar 2008; Christian Heim <phreak@gentoo.org>
specs/x86/uclibc/hardened/stage1.spec, specs/x86/uclibc/hardened/stage2.spec
specs/x86/uclibc/hardened/stage3.spec:
Add uClibc/hardened specs for x86.
27 Mar 2008; Christian Heim <phreak@gentoo.org> 27 Mar 2008; Christian Heim <phreak@gentoo.org>
specs/ppc/ppc32/uclibc/hardened/stage1.spec, specs/ppc/ppc32/uclibc/hardened/stage1.spec,
specs/ppc/ppc32/uclibc/hardened/stage2.spec, specs/ppc/ppc32/uclibc/hardened/stage2.spec,

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