summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-11-06 07:00:59 +0000
committerobrien <obrien@FreeBSD.org>2002-11-06 07:00:59 +0000
commit1d9a26469d9c43f354de44fbbc80b194ac55814a (patch)
tree393563d0999094eff84efeae30f7fe67e8914acc /gnu
parent6206d0694967adbb0637c89a9201ce3e9c8a0144 (diff)
downloadFreeBSD-src-1d9a26469d9c43f354de44fbbc80b194ac55814a.zip
FreeBSD-src-1d9a26469d9c43f354de44fbbc80b194ac55814a.tar.gz
Better emulate the FSF build for Sparc64.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile.tgt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/Makefile.tgt b/gnu/usr.bin/cc/Makefile.tgt
index 8800a0d..4ba1c68 100644
--- a/gnu/usr.bin/cc/Makefile.tgt
+++ b/gnu/usr.bin/cc/Makefile.tgt
@@ -15,4 +15,5 @@ GCC_CPU= rs6000
.elif ${TARGET_ARCH} == "sparc64"
GCC_CPU= sparc
TARGET_CPU_DEFAULT= TARGET_CPU_ultrasparc
+CFLAGS+= -DTARGET_CPU_DEFAULT=${TARGET_CPU_DEFAULT}
.endif
OpenPOWER on IntegriCloud