mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
f3e0eaa176
THIS BREAKS ALL CURRENT PLUGIN AND THE LOADER.
9 lines
379 B
Makefile
9 lines
379 B
Makefile
ASFLAGS := -mregnames
|
|
|
|
# -T: use the linker script specified
|
|
# -wrap: wrap function
|
|
# -q: Leave relocation sections and contents in fully linked executables
|
|
|
|
LDFLAGS += -T $(WUPSDIR)/wups.ld \
|
|
-Wl,-wrap,open,-wrap,close,-wrap,write,-wrap,read,-wrap,lseek,-wrap,stat,-wrap,fstat,-wrap,opendir,-wrap,closedir,-wrap,readdir,-wrap,mkdir \
|
|
-Wl,-q
|