Remove some sparc-specific stuff from my earlier sun4v work in p4.

It never belonged in current.

Pointed out by: marius
This commit is contained in:
John Birrell 2008-06-09 06:31:17 +00:00
parent 247ac1530d
commit 89020621fd

View File

@ -33,8 +33,6 @@ _MINUS_O= -O2
. endif
. if ${MACHINE_ARCH} == "amd64"
COPTFLAGS?=-O2 -frename-registers -pipe
. elif ${MACHINE_ARCH} == "sparc64"
COPTFLAGS?=-pipe
. else
COPTFLAGS?=${_MINUS_O} -pipe
. endif