From 8db65d0b6ce1835f3c751311ea365c6fd1bf93cf Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Mon, 23 Sep 2019 12:45:42 +0200 Subject: CONFIGURE: Add portlibs paths for GameCube and Wii Libraries provided by DevkitPPC are stored in these directories and should be added to search paths --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 211e75ecfb..401da536c8 100755 --- a/configure +++ b/configure @@ -2816,10 +2816,12 @@ case $_host_os in append_var CXXFLAGS "-fmodulo-sched" append_var CXXFLAGS "-fuse-cxa-atexit" append_var CXXFLAGS "-I$DEVKITPRO/libogc/include" + append_var CXXFLAGS "-I$DEVKITPRO/portlibs/ppc/include" # libogc is required to link the cc tests (includes _start()) append_var LDFLAGS "-mogc" append_var LDFLAGS "-mcpu=750" append_var LDFLAGS "-L$DEVKITPRO/libogc/lib/cube" + append_var LDFLAGS "-L$DEVKITPRO/portlibs/ppc/lib" append_var LDFLAGS "-logc" if test "$_dynamic_modules" = "yes" ; then # retarded toolchain patch forces --gc-sections, overwrite it @@ -3012,10 +3014,12 @@ case $_host_os in append_var CXXFLAGS "-fmodulo-sched" append_var CXXFLAGS "-fuse-cxa-atexit" append_var CXXFLAGS "-I$DEVKITPRO/libogc/include" + append_var CXXFLAGS "-I$DEVKITPRO/portlibs/ppc/include" # libogc is required to link the cc tests (includes _start()) append_var LDFLAGS "-mrvl" append_var LDFLAGS "-mcpu=750" append_var LDFLAGS "-L$DEVKITPRO/libogc/lib/wii" + append_var LDFLAGS "-L$DEVKITPRO/portlibs/ppc/lib" append_var LDFLAGS "-logc" if test "$_dynamic_modules" = "yes" ; then # retarded toolchain patch forces --gc-sections, overwrite it -- cgit v1.2.3