Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 17:05:06 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19177 for review
Message-ID:  <200210130005.g9D056Z0047169@repoman.freebsd.org>

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

Change 19177 by jmallett@jmallett_thefather on 2002/10/12 17:04:36

	Remove binary types for which we either can not or do not want to
	build ld scripts...  In general, I don't think we need/want any of
	these.

Affected files ...

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

Differences ...

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

@@ -4,15 +4,19 @@
 
 # XXXMIPS I guess FreeBSD will default to bemips?
 .if ${TARGET_ARCH} == "mips"
-DEFAULT_EMULATION=	mipsbig
-EMULATIONS=	elf32bmip elf32bmipn32 elf32bsmip elf32btsmip elf32ebmip elf32elmip \
-		elf32lmip elf32lsmip elf32ltsmip elf64bmip elf64btsmip elf64ltsmip \
-		mipsbig mipsbsd mipsidt mipsidtl mipslit mipslnews
+DEFAULT_EMULATION=	elf32bmip
+EMULATIONS=	elf32bmip elf32bsmip elf32btsmip elf32ebmip elf32elmip elf32lmip \
+		elf32lsmip elf32ltsmip elf64btsmip elf64ltsmip
 
 # XXXMIPS If you really want NTMIPS emulation, and did the BFD glue, go for it.
 .ifdef WANT_NTMIPS_LD_SUPPORT
 EMULATIONS+=	mipspe
 .endif
+# XXXMIPS stuff doesn't make .xs and such. :/
+# jmallett - when I know what .xs are, and what they're for, I'll fix this.
+.ifdef WANT_N32
+EMULATIONS+=	elf32bmipn32 elf64bmip
+.endif
 HOST=	${TARGET_TUPLE}
 CFLAGS+= -DDEFAULT_EMULATION=\"${DEFAULT_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?200210130005.g9D056Z0047169>