diff options
author | 2016-10-04 20:03:01 +0900 | |
---|---|---|
committer | 2016-10-05 14:46:44 +0200 | |
commit | ef285cbd77727ee19c7f833377acbf1a890c4fda (patch) | |
tree | 2752020f74eb43fc44e5d7b35f6cb3234a18a03e /profiles/arch | |
parent | profiles/desc/l10n.desc: added locales used by dev-util/netbeans ebuild (diff) | |
download | gentoo-ef285cbd77727ee19c7f833377acbf1a890c4fda.tar.gz gentoo-ef285cbd77727ee19c7f833377acbf1a890c4fda.tar.bz2 gentoo-ef285cbd77727ee19c7f833377acbf1a890c4fda.zip |
profiles/arch/amd64-fbsd: Drop special CFLAGS for sys-freebsd packages
https://bugs.gentoo.org/show_bug.cgi?id=596044
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64-fbsd/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults index 6d9f5afc74c2..42329af60819 100644 --- a/profiles/arch/amd64-fbsd/make.defaults +++ b/profiles/arch/amd64-fbsd/make.defaults @@ -17,7 +17,7 @@ DEFAULT_ABI="amd64_fbsd" ABI="amd64_fbsd" # 32bit specific settings. -CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT -B/usr/lib32 -L/usr/lib32" +CFLAGS_x86_fbsd="-m32" LDFLAGS_x86_fbsd="-m elf_i386_fbsd -L/usr/lib32" USE="mmx mmxext sse sse2" |