Skip to content

Commit

Permalink
make: extra space in CFLAGS removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky authored and exjam committed Nov 7, 2018
1 parent c0d3788 commit 24f4655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/wut.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24f4655

Please sign in to comment.