Better emulate the FSF build for Sparc64.

This commit is contained in:
obrien 2002-11-06 07:00:59 +00:00
parent 6206d06949
commit 1d9a26469d

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