From 0e87ce6d4cf4ea55202b0fae8aa475a916b56ec2 Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Wed, 10 Nov 2004 08:29:40 +0000 Subject: initial commit of an experimental ppc uclibc-hardened profile. whitespace fixups in virtuals. --- profiles/uclibc/ppc/hardened/make.defaults | 8 ++++++++ profiles/uclibc/ppc/hardened/parent | 1 + 2 files changed, 9 insertions(+) create mode 100644 profiles/uclibc/ppc/hardened/make.defaults create mode 100644 profiles/uclibc/ppc/hardened/parent (limited to 'profiles/uclibc/ppc') diff --git a/profiles/uclibc/ppc/hardened/make.defaults b/profiles/uclibc/ppc/hardened/make.defaults new file mode 100644 index 000000000000..fc3b981cc4ef --- /dev/null +++ b/profiles/uclibc/ppc/hardened/make.defaults @@ -0,0 +1,8 @@ +ARCH="ppc" +ACCEPT_KEYWORDS="ppc" + +GRP_STAGE23_USE="berkdb ncurses readline zlib uclibc hardened pic pie" +STAGE1_USE="uclibc hardened pic" + +UCLIBC_CPU_DEFAULT="" +UCLIBC_ENDIAN_DEFAULT="BIG" diff --git a/profiles/uclibc/ppc/hardened/parent b/profiles/uclibc/ppc/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/ppc/hardened/parent @@ -0,0 +1 @@ +.. -- cgit v1.2.3-65-gdbad