Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 13:22:26 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19159 for review
Message-ID:  <200210122022.g9CKMQmk033034@repoman.freebsd.org>

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

Change 19159 by jmallett@jmallett_thefather on 2002/10/12 13:21:56

	Conditionalise MIPS PE support for folk who want NT binary building
	bad enough to fix libbfd and such.  This is enough to cross-target all
	of binutils.

Affected files ...

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

Differences ...

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

@@ -7,7 +7,12 @@
 DEFAULT_EMULATION=	mipsbig
 EMULATIONS=	elf32bmip elf32bmipn32 elf32bsmip elf32btsmip elf32ebmip elf32elmip \
 		elf32lmip elf32lsmip elf32ltsmip elf64bmip elf64btsmip elf64ltsmip \
-		mipsbig mipsbsd mipsidt mipsidtl mipslit mipslnews mipspe
+		mipsbig mipsbsd mipsidt mipsidtl mipslit mipslnews
+
+# XXXMIPS If you really want NTMIPS emulation, and did the BFD glue, go for it.
+.ifdef WANT_NTMIPS_LD_SUPPORT
+EMULATIONS+=	mipspe
+.endif
 HOST=	${TARGET_TUPLE}
 CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\"
 CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"

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?200210122022.g9CKMQmk033034>