devkitPPC release 34
- fix struct timeval issue properly
- update to binutils 2.32
- remove old -mwup options in favour of external linkscripts & support for libwut
- remove rules files in favour of separate devkitppc-rules package for easier updates.
Code: Select all
#---------------------------------------------------------------------------------
# build a list of include paths
#---------------------------------------------------------------------------------
export INCLUDE := $(foreach dir,$(INCLUDES), -iquote $(CURDIR)/$(dir)) \
$(foreach dir,$(LIBDIRS),-I$(dir)/include) \
-I$(CURDIR)/include \
-I$(PORTLIBS)/include \
-I$(LIBOGC_INC)
#---------------------------------------------------------------------------------
# build a list of library paths
#---------------------------------------------------------------------------------
export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib) \
-L$(PORTLIBS)/lib -L$(LIBOGC_LIB)
Code: Select all
#---------------------------------------------------------------------------------
# build a list of include paths
#---------------------------------------------------------------------------------
export INCLUDE := $(foreach dir,$(INCLUDES), -iquote $(CURDIR)/$(dir)) \
$(foreach dir,$(LIBDIRS),-I$(dir)/include) \
-I$(CURDIR)/include \
$(foreach dir,$(PORTLIBS),-I$(dir)/include) \
-I$(LIBOGC_INC)
#---------------------------------------------------------------------------------
# build a list of library paths
#---------------------------------------------------------------------------------
export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib) \
$(foreach dir,$(PORTLIBS),-L$(dir)/lib) \
-L$(LIBOGC_LIB)
Code: Select all
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS := $(PORTLIBS)
WinterMute wrote: ↑Wed Feb 13, 2019 9:29 am Where did you get that from? That's not how you're supposed to use PORTLIBS.
No. There should be nothing installed inside the devkitpro folder that hasn't been released by devkitPro.
Really?WinterMute wrote: ↑Wed Feb 13, 2019 9:05 pmNo. There should be nothing installed inside the devkitpro folder that hasn't been released by devkitPro.
Users browsing this forum: No registered users and 2 guests