mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 11:38:17 +01:00
make: extra space in CFLAGS removed
This commit is contained in:
parent
c0d3788b8e
commit
24f46559da
@ -43,7 +43,7 @@ DEPSEXT ?= d
|
|||||||
# There's some default wut flags, they need to be added
|
# There's some default wut flags, they need to be added
|
||||||
|
|
||||||
# cpu type and hardware flags, keep all relocations (for elf2rpl), wut includes
|
# 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
|
# Defines to tell code about this environment
|
||||||
WUT_CFLAGS += -D__WIIU__ -D__WUT__ -D__WUT_MAKEFILE__
|
WUT_CFLAGS += -D__WIIU__ -D__WUT__ -D__WUT_MAKEFILE__
|
||||||
# keep relocations, use wut linker script
|
# keep relocations, use wut linker script
|
||||||
|
Loading…
Reference in New Issue
Block a user