Browse Source

. ajout des flags pour Linux Sparc (au fait, jimmy, t'es con :p)

pull/2/head
Sam Hocevar 27 years ago
parent
commit
4dd00e658e
  1. 6
      Makefile

6
Makefile

@ -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
#

Loading…
Cancel
Save