Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2008 21:21:22 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 149448 for review
Message-ID:  <200809082121.m88LLMCt069403@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149448

Change 149448 by peter@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809082121.m88LLMCt069403>