|
|
|
@ -24,6 +24,7 @@ VIDEO=FB |
|
|
|
#ARCH=
|
|
|
|
ARCH=MMX |
|
|
|
#ARCH=PPC
|
|
|
|
#ARCH=SPARC
|
|
|
|
|
|
|
|
# Decoder choice - ?? old decoder will be removed soon
|
|
|
|
DECODER=old |
|
|
|
@ -112,6 +113,11 @@ ifeq ($(ARCH),PPC) |
|
|
|
CCFLAGS += -mcpu=604e -mmultiple -mhard-float -mstring |
|
|
|
endif |
|
|
|
|
|
|
|
# Optimizations for Sparc
|
|
|
|
ifeq ($(ARCH),SPARC) |
|
|
|
CCFLAGS += -mhard-float |
|
|
|
endif |
|
|
|
|
|
|
|
#
|
|
|
|
# C compiler flags: dependancies
|
|
|
|
#
|
|
|
|
|