From 24f46559dacb1ea6e4612b08c725707bdeb93c58 Mon Sep 17 00:00:00 2001 From: Ash Date: Thu, 6 Sep 2018 21:27:01 +1000 Subject: [PATCH] make: extra space in CFLAGS removed --- share/wut.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/wut.mk b/share/wut.mk index 02a8b6d..523c709 100644 --- a/share/wut.mk +++ b/share/wut.mk @@ -43,7 +43,7 @@ DEPSEXT ?= d # There's some default wut flags, they need to be added # cpu type and hardware flags, keep all relocations (for elf2rpl), wut includes -WUT_CFLAGS := -mcpu=750 -meabi -mhard-float -isystem $(WUT_ROOT)/include +WUT_CFLAGS := -mcpu=750 -meabi -mhard-float -isystem $(WUT_ROOT)/include # Defines to tell code about this environment WUT_CFLAGS += -D__WIIU__ -D__WUT__ -D__WUT_MAKEFILE__ # keep relocations, use wut linker script