Commit 4dd00e65 authored by Sam Hocevar's avatar Sam Hocevar

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

parent 9584ba3d
......@@ -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
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment