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