mirror of
https://github.com/zeldaret/oot.git
synced 2025-06-08 01:21:52 +00:00
[iQue] Update permuter/decompme import (#2415)
* [iQue] Update permuter/decompme import * Fix GCC build
This commit is contained in:
parent
5773b12241
commit
1549f34e8e
2 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -225,7 +225,6 @@ endif
|
|||
VERSION_MACRO := $(shell echo $(VERSION) | tr a-z-. A-Z__)
|
||||
CPP_DEFINES += -DOOT_VERSION=$(VERSION_MACRO) -DOOT_REVISION=$(REVISION)
|
||||
CPP_DEFINES += -DOOT_REGION=REGION_$(REGION)
|
||||
CPP_DEFINES += -DBUILD_CREATOR="\"$(BUILD_CREATOR)\"" -DBUILD_DATE="\"$(BUILD_DATE)\"" -DBUILD_TIME="\"$(BUILD_TIME)\""
|
||||
CPP_DEFINES += -DLIBULTRA_VERSION=LIBULTRA_VERSION_$(LIBULTRA_VERSION)
|
||||
CPP_DEFINES += -DLIBULTRA_PATCH=$(LIBULTRA_PATCH)
|
||||
ifeq ($(PLATFORM),IQUE)
|
||||
|
@ -534,6 +533,8 @@ $(shell mkdir -p $(foreach dir, \
|
|||
$(dir:$(EXTRACTED_DIR)/%=$(BUILD_DIR)/%)))
|
||||
endif
|
||||
|
||||
$(BUILD_DIR)/src/boot/build.o: CPP_DEFINES += -DBUILD_CREATOR="\"$(BUILD_CREATOR)\"" -DBUILD_DATE="\"$(BUILD_DATE)\"" -DBUILD_TIME="\"$(BUILD_TIME)\""
|
||||
|
||||
ifeq ($(COMPILER),ido)
|
||||
$(BUILD_DIR)/src/boot/driverominit.o: OPTFLAGS := -O2
|
||||
|
||||
|
|
|
@ -33,4 +33,4 @@ ACTOR_DEBUG_PRINTF = "void"
|
|||
[decompme.compilers]
|
||||
"tools/ido_recomp/*/7.1/cc" = "ido7.1"
|
||||
"tools/ido_recomp/*/5.3/cc" = "ido5.3"
|
||||
"tools/egcs/*/gcc" = "egcs_1.1.2-4"
|
||||
"tools/egcs/*/gcc" = "egcs_1.1.2-4c"
|
||||
|
|
Loading…
Add table
Reference in a new issue