Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 15:43:24 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19171 for review
Message-ID:  <200210122243.g9CMhO1d042032@repoman.freebsd.org>

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

Change 19171 by jmallett@jmallett_thefather on 2002/10/12 15:42:42

	Properly set the default ldemul mode.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#5 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#5 (text+ko) ====

@@ -14,7 +14,7 @@
 EMULATIONS+=	mipspe
 .endif
 HOST=	${TARGET_TUPLE}
-CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
+CFLAGS+= -DDEFAULT_EMULATION=\"${DEFAULT_EMULATION}\"
 CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
 _mips_path=	\"${TOOLS_PREFIX}/usr/lib\"
 .else

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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