diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-14 23:35:48 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-14 23:35:48 +0000 |
commit | 1e241ff1e5c3655ac019e94adc7116c35ed36aeb (patch) | |
tree | 59af30000c8c4304a64a7cdaa24401a47fd0c0a9 /profiles/default-sparc64-1.4/make.defaults | |
parent | Ebuild fixes submitted by Quequero. Fixes #11990 (diff) | |
download | historical-1e241ff1e5c3655ac019e94adc7116c35ed36aeb.tar.gz historical-1e241ff1e5c3655ac019e94adc7116c35ed36aeb.tar.bz2 historical-1e241ff1e5c3655ac019e94adc7116c35ed36aeb.zip |
misc syntax corrections
Diffstat (limited to 'profiles/default-sparc64-1.4/make.defaults')
-rw-r--r-- | profiles/default-sparc64-1.4/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-sparc64-1.4/make.defaults b/profiles/default-sparc64-1.4/make.defaults index 6b517e2effbb..f0bfc4cdf5f8 100644 --- a/profiles/default-sparc64-1.4/make.defaults +++ b/profiles/default-sparc64-1.4/make.defaults @@ -8,7 +8,6 @@ COMPILER="gcc3" # ARCH="sparc" CHOST=sparc-unknown-linux-gnu - PLATFORM=sparc64-unknown-linux-gnu PROFILE_ARCH="sparc64" @@ -26,3 +25,4 @@ CXXFLAGS=${CFLAGS} # USE arch:xxx keyword ACCEPT_KEYWORDS="sparc" +FEATURES="buildpkg sandbox ccache" |