mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Merge pull request #166 from Crow-bar/master
Disable use of GP-relative addressing
This commit is contained in:
@@ -70,7 +70,7 @@ AC_SUBST(PSPSDK_INCLUDEDIR)
|
||||
AC_SUBST(PSPSDK_LIBDIR)
|
||||
|
||||
# CFLAGS and CXXFLAGS used to build pspsdk libraries.
|
||||
PSPSDK_CFLAGS="$CFLAGS -G0 -Wall"
|
||||
PSPSDK_CFLAGS="$CFLAGS -mno-gpopt -Wall"
|
||||
PSPSDK_CXXFLAGS="$PSPSDK_CFLAGS -fno-exceptions -fno-rtti"
|
||||
AC_SUBST(PSPSDK_CFLAGS)
|
||||
AC_SUBST(PSPSDK_CXXFLAGS)
|
||||
|
Reference in New Issue
Block a user