projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfdb6ca
)
profiles/arch/amd64-fbsd: Drop special CFLAGS for sys-freebsd packages
author
Yuta Satoh
<nigoro.dev@gmail.com>
Tue, 4 Oct 2016 11:03:01 +0000
(20:03 +0900)
committer
Alexis Ballier
<aballier@gentoo.org>
Wed, 5 Oct 2016 12:46:44 +0000
(14:46 +0200)
https://bugs.gentoo.org/show_bug.cgi?id=596044
profiles/arch/amd64-fbsd/make.defaults
patch
|
blob
|
history
diff --git
a/profiles/arch/amd64-fbsd/make.defaults
b/profiles/arch/amd64-fbsd/make.defaults
index 6d9f5afc74c2fdc1f0a4b48a1e8817191209251e..42329af6081920c6fc28260f79390a73a030351f 100644
(file)
--- 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"