]> Chaos Git - corbenik/ctrulib.git/commitdiff
Minor Makefile correction
authorfincs <fincs.alt1@gmail.com>
Sat, 8 Nov 2014 12:49:39 +0000 (13:49 +0100)
committerfincs <fincs.alt1@gmail.com>
Sat, 8 Nov 2014 12:49:39 +0000 (13:49 +0100)
examples/gpu/Makefile
examples/mic/Makefile
examples/sdmc/Makefile
libctru/Makefile
template/Makefile

index 77b6687389e89635ec18f697306440930b075b66..568eda299b0dbb765ebd030c04d84b282878625e 100644 (file)
@@ -40,10 +40,10 @@ INCLUDES    :=      include
 #---------------------------------------------------------------------------------
 # options for code generation
 #---------------------------------------------------------------------------------
-ARCH   :=      -march=armv6k -mtune=mpcore
+ARCH   :=      -march=armv6k -mtune=mpcore -mfloat-abi=softfp
 
 CFLAGS :=      -g -Wall -O2 -mword-relocations \
-                       -fomit-frame-pointer -ffast-math -mfloat-abi=softfp \
+                       -fomit-frame-pointer -ffast-math \
                        $(ARCH)
 
 CFLAGS +=      $(INCLUDE) -DARM11 -D_3DS
index 77b6687389e89635ec18f697306440930b075b66..568eda299b0dbb765ebd030c04d84b282878625e 100644 (file)
@@ -40,10 +40,10 @@ INCLUDES    :=      include
 #---------------------------------------------------------------------------------
 # options for code generation
 #---------------------------------------------------------------------------------
-ARCH   :=      -march=armv6k -mtune=mpcore
+ARCH   :=      -march=armv6k -mtune=mpcore -mfloat-abi=softfp
 
 CFLAGS :=      -g -Wall -O2 -mword-relocations \
-                       -fomit-frame-pointer -ffast-math -mfloat-abi=softfp \
+                       -fomit-frame-pointer -ffast-math \
                        $(ARCH)
 
 CFLAGS +=      $(INCLUDE) -DARM11 -D_3DS
index 77b6687389e89635ec18f697306440930b075b66..568eda299b0dbb765ebd030c04d84b282878625e 100644 (file)
@@ -40,10 +40,10 @@ INCLUDES    :=      include
 #---------------------------------------------------------------------------------
 # options for code generation
 #---------------------------------------------------------------------------------
-ARCH   :=      -march=armv6k -mtune=mpcore
+ARCH   :=      -march=armv6k -mtune=mpcore -mfloat-abi=softfp
 
 CFLAGS :=      -g -Wall -O2 -mword-relocations \
-                       -fomit-frame-pointer -ffast-math -mfloat-abi=softfp \
+                       -fomit-frame-pointer -ffast-math \
                        $(ARCH)
 
 CFLAGS +=      $(INCLUDE) -DARM11 -D_3DS
index b2af68179fdc5257d719704d835bade1681bb40e..d3ae023b87a942a7eb8c5140f33bf298ea1a4fb3 100644 (file)
@@ -24,10 +24,10 @@ INCLUDES    :=      include
 #---------------------------------------------------------------------------------
 # options for code generation
 #---------------------------------------------------------------------------------
-ARCH   :=      -march=armv6k -mtune=mpcore
+ARCH   :=      -march=armv6k -mtune=mpcore -mfloat-abi=softfp
 
 CFLAGS :=      -g -Wall -O2 -mword-relocations \
-                       -fomit-frame-pointer -ffast-math -mfloat-abi=softfp \
+                       -fomit-frame-pointer -ffast-math \
                        $(ARCH)
 
 CFLAGS +=      $(INCLUDE) -DARM11 -D_3DS
index 77b6687389e89635ec18f697306440930b075b66..568eda299b0dbb765ebd030c04d84b282878625e 100644 (file)
@@ -40,10 +40,10 @@ INCLUDES    :=      include
 #---------------------------------------------------------------------------------
 # options for code generation
 #---------------------------------------------------------------------------------
-ARCH   :=      -march=armv6k -mtune=mpcore
+ARCH   :=      -march=armv6k -mtune=mpcore -mfloat-abi=softfp
 
 CFLAGS :=      -g -Wall -O2 -mword-relocations \
-                       -fomit-frame-pointer -ffast-math -mfloat-abi=softfp \
+                       -fomit-frame-pointer -ffast-math \
                        $(ARCH)
 
 CFLAGS +=      $(INCLUDE) -DARM11 -D_3DS