PERFORCE change 206469 for review
Peter Wemm
peter at FreeBSD.org
Fri Feb 17 22:43:24 UTC 2012
http://p4web.freebsd.org/@@206469?ac=10
Change 206469 by peter at peter_daintree on 2012/02/17 22:43:21
Various clang tweaks
Affected files ...
.. //depot/projects/hammer/Makefile.inc1#163 edit
Differences ...
==== //depot/projects/hammer/Makefile.inc1#163 (text+ko) ====
@@ -280,9 +280,10 @@
.else
LIB32CPUFLAGS= -march=${TARGET_CPUTYPE}
.endif
+#LIB32CPUFLAGS+= -no-integrated-as
LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \
MACHINE_CPU="i686 mmx sse sse2" \
- LD="${LD} -m elf_i386_fbsd -Y P,${LIB32TMP}/usr/lib32" \
+ LD="${LD} -m elf_i386_fbsd -Y P,${LIB32TMP}/usr/lib32 -no-integrated-as" \
AS="${AS} --32"
.elif ${TARGET_ARCH} == "powerpc64"
More information about the p4-projects
mailing list