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:
parent
247ac1530d
commit
89020621fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user