diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-22 13:02:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-22 13:04:42 +0100 |
commit | 1e1d0c8c8c90933534a5b4c6a4be394cbfd4bba0 (patch) | |
tree | 2ecd541c03244a2c52c2d94ffcc30d3c374f8be4 /profiles/arch/x86 | |
parent | net-libs/libpcap: Old. (diff) | |
download | gentoo-1e1d0c8c8c90933534a5b4c6a4be394cbfd4bba0.tar.gz gentoo-1e1d0c8c8c90933534a5b4c6a4be394cbfd4bba0.tar.bz2 gentoo-1e1d0c8c8c90933534a5b4c6a4be394cbfd4bba0.zip |
profiles: Clean up obsolete flags from make.defaults
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/xbox/make.defaults | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/arch/x86/xbox/make.defaults b/profiles/arch/x86/xbox/make.defaults index 79d000a05f9a..78d55164bb81 100644 --- a/profiles/arch/x86/xbox/make.defaults +++ b/profiles/arch/x86/xbox/make.defaults @@ -1,9 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ PROFILE_ARCH="xbox" -USE="mmx sse" CPU_FLAGS_X86="mmx sse" CFLAGS="-O2 -march=pentium3 -pipe" |