Patch to make Solaris work again by Vincent Cojot.
This commit is contained in:
parent
f82ea67c67
commit
b2225a823c
3 changed files with 6 additions and 6 deletions
8
Makefile
8
Makefile
|
@ -656,10 +656,10 @@ ifeq ($(PLATFORM),sunos)
|
|||
OPTIMIZE = -O3 -ffast-math -funroll-loops
|
||||
|
||||
ifeq ($(ARCH),sparc)
|
||||
OPTIMIZE = -O3 -ffast-math -falign-loops=2 \
|
||||
-falign-jumps=2 -falign-functions=2 -fstrength-reduce \
|
||||
-mtune=ultrasparc -mv8plus -mno-faster-structs \
|
||||
-funroll-loops
|
||||
OPTIMIZE = -O3 -ffast-math \
|
||||
-fstrength-reduce -falign-functions=2 \
|
||||
-mtune=ultrasparc3 -mv8plus -mno-faster-structs \
|
||||
-funroll-loops #-mv8plus
|
||||
else
|
||||
ifeq ($(ARCH),i386)
|
||||
OPTIMIZE = -O3 -march=i586 -fomit-frame-pointer -ffast-math \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue