mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-05 00:35:19 -05:00
moved MACHDEP to rules files
This commit is contained in:
parent
81c816584a
commit
87af921265
|
|
@ -7,6 +7,8 @@ export LIBOGC_LIB := $(DEVKITPRO)/libogc/lib/cube
|
|||
|
||||
include $(DEVKITPPC)/base_rules
|
||||
|
||||
MACHDEP = -DGEKKO -mogc -mcpu=750 -meabi -mhard-float
|
||||
|
||||
%.dol: %.elf
|
||||
@echo output ... $(notdir $@)
|
||||
@$(OBJCOPY) -O binary $< $@
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ endif
|
|||
export LIBOGC_INC := $(DEVKITPRO)/libogc/include
|
||||
export LIBOGC_LIB := $(DEVKITPRO)/libogc/lib/wii
|
||||
|
||||
MACHDEP = -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
|
||||
|
||||
include $(DEVKITPPC)/base_rules
|
||||
|
||||
%.dol: %.elf
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user