Better emulate the FSF build for Sparc64.

This commit is contained in:
David E. O'Brien 2002-11-06 07:00:59 +00:00
parent 9cdb5b17ea
commit 837bd2fa82
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106488

View file

@ -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