From 2c44bb1708cb630b5e02ca0ee426008c3f053bc3 Mon Sep 17 00:00:00 2001 From: fincs Date: Mon, 20 Nov 2017 17:08:00 +0100 Subject: [PATCH] Update makefiles for devkitA64 alpha 5 --- graphics/simplegfx/Makefile | 2 +- templates/simple/Makefile | 2 +- usb/usbdev/Makefile | 2 +- usb/usbds/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/simplegfx/Makefile b/graphics/simplegfx/Makefile index f093e53..99d775c 100644 --- a/graphics/simplegfx/Makefile +++ b/graphics/simplegfx/Makefile @@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -fPIE +ARCH := -march=armv8-a -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ -ffast-math \ diff --git a/templates/simple/Makefile b/templates/simple/Makefile index f093e53..99d775c 100644 --- a/templates/simple/Makefile +++ b/templates/simple/Makefile @@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -fPIE +ARCH := -march=armv8-a -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ -ffast-math \ diff --git a/usb/usbdev/Makefile b/usb/usbdev/Makefile index f093e53..99d775c 100644 --- a/usb/usbdev/Makefile +++ b/usb/usbdev/Makefile @@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -fPIE +ARCH := -march=armv8-a -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ -ffast-math \ diff --git a/usb/usbds/Makefile b/usb/usbds/Makefile index f093e53..99d775c 100644 --- a/usb/usbds/Makefile +++ b/usb/usbds/Makefile @@ -27,7 +27,7 @@ EXEFS_SRC := exefs_src #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a -fPIE +ARCH := -march=armv8-a -mtp=soft -fPIE CFLAGS := -g -Wall -O2 \ -ffast-math \