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

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

Change 19179 by jmallett@jmallett_thefather on 2002/10/12 17:08:37

	Add the MIPS platform, and add an error case for the undef case.

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/cc/Makefile.tgt#2 edit

Differences ...

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

@@ -15,4 +15,8 @@
 .elif ${TARGET_ARCH} == "sparc64"
 GCC_CPU=	sparc
 TARGET_CPU_DEFAULT= TARGET_CPU_ultrasparc
+.elif ${TARGET_ARCH} == "mips"
+GCC_CPU=	mips
+.else
+.error Unsupported CPU type for GCC.
 .endif

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?200210130009.g9D09DGu047376>