Skip to content

Commit

Permalink
Updated for new ps3toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldin committed Jun 5, 2011
1 parent c3f2b8b commit 6478e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2774,7 +2774,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit"
fi
;;
*-psl1ght)
*-psl1ght | powerpc64-ps3-elf)
ARCH=psl1ght
EXTRA_CFLAGS="$EXTRA_CFLAGS -D__PSL1GHT__ -DHAVE_POW -DHAVE_MMAP=0 -DDEBUG_ERROR"
EXTRA_CFLAGS="$EXTRA_CFLAGS -I\"$PSL1GHT/ppu/include\" -g -O0 "
Expand Down
4 changes: 2 additions & 2 deletions script.sh
Expand Up @@ -9,8 +9,8 @@ fi
./autogen.sh

## Configure the build.
AR="ppu-ar" CC="ppu-gcc" CFLAGS="-O2 -Wall -I$PSL1GHT/ppu/include" LDFLAGS="-L$PSL1GHT/ppu/lib -lrt -llv2" RANLIB="ppu-ranlib" ./configure \
--prefix="$PS3DEV/portlibs/ppu" --host=ppu-psl1ght \
CFLAGS="-O2 -Wall -I$PSL1GHT/ppu/include" LDFLAGS="-L$PSL1GHT/ppu/lib -lrt -llv2" ./configure \
--prefix="$PS3DEV/portlibs/ppu" --host=powerpc64-ps3-elf \
--enable-atomic=yes --enable-video-psl1ght=yes --enable-joystick=yes --enable-audio=yes\
|| { exit 1; }

Expand Down

0 comments on commit 6478e96

Please sign in to comment.