From c31ec23d5b95f133762541d2d742f44995e8049e Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 5 Jun 2011 13:06:45 +0200 Subject: [PATCH] PS3: Build with -mminimal-toc to allow loading larger elfs. Thanks to andoma for the tip. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e464c922478..c2eff81d89b 100755 --- a/configure +++ b/configure @@ -1867,7 +1867,7 @@ case $_host_os in _sdlpath="$PS3DEV/portlibs/ppu:$PS3DEV/portlibs/ppu/bin" DEFINES="$DEFINES -DPLAYSTATION3" - CXXFLAGS="$CXXFLAGS -I$PS3DEV/psl1ght/ppu/include -I$PS3DEV/portlibs/ppu/include" + CXXFLAGS="$CXXFLAGS -mminimal-toc -I$PS3DEV/psl1ght/ppu/include -I$PS3DEV/portlibs/ppu/include" LDFLAGS="$LDFLAGS -L$PS3DEV/psl1ght/ppu/lib -L$PS3DEV/portlibs/ppu/lib" add_line_to_config_mk 'PLAYSTATION3 = 1' add_line_to_config_h "#define PREFIX \"${prefix}\""