mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -04:00
[iQue] Build some C files with EGCS (#2396)
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ IDO_RECOMP_5_3_DIR := ido_recomp/$(DETECTED_OS)/5.3
|
||||
IDO_RECOMP_7_1_DIR := ido_recomp/$(DETECTED_OS)/7.1
|
||||
|
||||
EGCS_BINUTILS_VERSION := 0.6
|
||||
EGCS_GCC_VERSION := 0.5
|
||||
EGCS_GCC_VERSION := 0.7
|
||||
EGCS_DIR := egcs/$(DETECTED_OS)
|
||||
|
||||
ifeq ($(shell command -v clang >/dev/null 2>&1; echo $$?),0)
|
||||
|
||||
@@ -1076,7 +1076,7 @@ emit_c_samples(FILE *out, soundfont *sf)
|
||||
"NO_REORDER SECTION_DATA ALIGNED(16) AdpcmBookHeader SF%d_%s_BOOK_HEADER = {" "\n"
|
||||
" %d, %d," "\n"
|
||||
"};" "\n"
|
||||
"NO_REORDER SECTION_DATA AdpcmBookData SF%d_%s_BOOK_DATA = {" "\n",
|
||||
"NO_REORDER SECTION_DATA s16 SF%d_%s_BOOK_DATA[] = {" "\n",
|
||||
// clang-format on
|
||||
sf->info.index, bookname, sample->aifc.book.order, sample->aifc.book.npredictors, sf->info.index,
|
||||
bookname);
|
||||
|
||||
@@ -33,3 +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"
|
||||
|
||||
Reference in New Issue
Block a user