From fab8bc25ebac9c632156fca56be1bbd82999ba39 Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 8 Nov 2014 13:49:39 +0100 Subject: [PATCH] Minor Makefile correction --- examples/gpu/Makefile | 4 ++-- examples/mic/Makefile | 4 ++-- examples/sdmc/Makefile | 4 ++-- libctru/Makefile | 4 ++-- template/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) 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