From: fincs Date: Sat, 8 Nov 2014 12:49:39 +0000 (+0100) Subject: Minor Makefile correction X-Git-Tag: v0.2.0~63^2~2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=fab8bc25ebac9c632156fca56be1bbd82999ba39;p=corbenik%2Fctrulib.git Minor Makefile correction --- diff --git a/examples/gpu/Makefile b/examples/gpu/Makefile index 77b6687..568eda2 100644 --- a/examples/gpu/Makefile +++ b/examples/gpu/Makefile @@ -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 diff --git a/examples/mic/Makefile b/examples/mic/Makefile index 77b6687..568eda2 100644 --- a/examples/mic/Makefile +++ b/examples/mic/Makefile @@ -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 diff --git a/examples/sdmc/Makefile b/examples/sdmc/Makefile index 77b6687..568eda2 100644 --- a/examples/sdmc/Makefile +++ b/examples/sdmc/Makefile @@ -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 diff --git a/libctru/Makefile b/libctru/Makefile index b2af681..d3ae023 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -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 diff --git a/template/Makefile b/template/Makefile index 77b6687..568eda2 100644 --- a/template/Makefile +++ b/template/Makefile @@ -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