]> git.sesse.net Git - vlc/commitdiff
. ajout des flags pour Linux Sparc (au fait, jimmy, t'es con :p)
authorSam Hocevar <sam@videolan.org>
Sat, 22 Jan 2000 22:22:50 +0000 (22:22 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 22 Jan 2000 22:22:50 +0000 (22:22 +0000)
Makefile

index 2185b5e52242626b7a7dd801a13ba9fb3d5b0536..31caed2f2bad18696b0b68d45eb7d949c757743c 100644 (file)
--- a/Makefile
+++ b/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
 #