diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-06-02 21:50:32 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-06-02 21:50:32 +0000 |
commit | 219651795fcdf52e0b613a5b3dd31c0f963f19d2 (patch) | |
tree | 09fdad02b98d1b0de1d1cf359a6885d1e1b1e2df /profiles/default-ppc-2004.0 | |
parent | Added to ~ppc (diff) | |
download | historical-219651795fcdf52e0b613a5b3dd31c0f963f19d2.tar.gz historical-219651795fcdf52e0b613a5b3dd31c0f963f19d2.tar.bz2 historical-219651795fcdf52e0b613a5b3dd31c0f963f19d2.zip |
Removed sash and mac-fdisk from the stage3 profile because problems with 2.6 headers
and not necessarily required. 2.6.6 headers fix this, will add again when they are in
cvs.
Added -fno-strict-aliasing to the default CFLAGS because gcc-3.3.3 requires that flag
to work. NPTL not enabled by default.
Diffstat (limited to 'profiles/default-ppc-2004.0')
-rw-r--r-- | profiles/default-ppc-2004.0/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default-ppc-2004.0/packages | 9 | ||||
-rw-r--r-- | profiles/default-ppc-2004.0/use.defaults | 1 | ||||
-rw-r--r-- | profiles/default-ppc-2004.0/use.mask | 3 |
4 files changed, 1 insertions, 14 deletions
diff --git a/profiles/default-ppc-2004.0/make.defaults b/profiles/default-ppc-2004.0/make.defaults index d9d21d8a5c03..fcde462666ec 100644 --- a/profiles/default-ppc-2004.0/make.defaults +++ b/profiles/default-ppc-2004.0/make.defaults @@ -18,7 +18,7 @@ FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp \${URI} -P \${DISTDIR}" # Global configure options # C Compiler flags -CFLAGS="-O2 -pipe" +CFLAGS="-O2 -pipe -fno-strict-aliasing" # C++ Compiler flags CXXFLAGS=${CFLAGS} diff --git a/profiles/default-ppc-2004.0/packages b/profiles/default-ppc-2004.0/packages index 5b0e34d42196..ee42fe4003ba 100644 --- a/profiles/default-ppc-2004.0/packages +++ b/profiles/default-ppc-2004.0/packages @@ -23,7 +23,6 @@ *app-arch/sharutils *app-arch/tar *app-shells/bash -*app-shells/sash *dev-lang/perl *dev-libs/popt *dev-perl/ExtUtils-MakeMaker @@ -46,7 +45,6 @@ *sys-apps/hdparm *sys-apps/kbd *sys-apps/less -*sys-apps/mac-fdisk *sys-apps/man *sys-apps/man-pages *sys-apps/net-tools @@ -85,10 +83,3 @@ *virtual/modutils *virtual/os-headers *virtual/ssh - -# Notes: python 2.3 + portage combination needed unless -# if portage with python 2.3 support is still -# pre release portage. Comment to be removed -# for the release - - diff --git a/profiles/default-ppc-2004.0/use.defaults b/profiles/default-ppc-2004.0/use.defaults index 17e3ff29caee..79f29ae568a6 100644 --- a/profiles/default-ppc-2004.0/use.defaults +++ b/profiles/default-ppc-2004.0/use.defaults @@ -42,4 +42,3 @@ tcltk dev-lang/tcl dev-lang/tk tcpd sys-apps/tcp-wrappers tetex app-text/tetex ungif media-libs/ungif -#xinerama diff --git a/profiles/default-ppc-2004.0/use.mask b/profiles/default-ppc-2004.0/use.mask index dcf60b38c7a6..59b679c04359 100644 --- a/profiles/default-ppc-2004.0/use.mask +++ b/profiles/default-ppc-2004.0/use.mask @@ -14,9 +14,6 @@ firebird tcc acpi -# No stable enough gcc-3.3.x available on ppc -nptl - # For ppc SElinux support please use the SElinux profile # Maintained by Chris Pebenito <pebenito@gentoo.org> |