PERFORCE change 149448 for review

Peter Wemm peter at FreeBSD.org
Mon Sep 8 21:21:23 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149448

Change 149448 by peter at peter_overcee on 2008/09/08 21:21:01

	If cc -m32 switches to lib32, then explicitly list -L${LIBDIR}
	or it won't find the 32 bit libstand.a in the regular location.

Affected files ...

.. //depot/projects/hammer/sys/boot/i386/Makefile.inc#9 edit

Differences ...

==== //depot/projects/hammer/sys/boot/i386/Makefile.inc#9 (text+ko) ====

@@ -11,7 +11,7 @@
 
 .if ${MACHINE_ARCH} == "amd64"
 CFLAGS+=	-m32 -march=i386
-LDFLAGS+=	-m elf_i386_fbsd
+LDFLAGS+=	-m elf_i386_fbsd -L${LIBDIR}
 AFLAGS+=	--32
 .endif
 


More information about the p4-projects mailing list