From owner-p4-projects Sat Oct 12 17: 5:35 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 525F737B404; Sat, 12 Oct 2002 17:05:33 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 031F037B401 for ; Sat, 12 Oct 2002 17:05:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B194943EDA for ; Sat, 12 Oct 2002 17:05:32 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9D057Mt047172 for ; Sat, 12 Oct 2002 17:05:07 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9D056Z0047169 for perforce@freebsd.org; Sat, 12 Oct 2002 17:05:06 -0700 (PDT) Date: Sat, 12 Oct 2002 17:05:06 -0700 (PDT) Message-Id: <200210130005.g9D056Z0047169@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 19177 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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