From e74e42e35d2052112abdffb259f1718dec807deb Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 2 Apr 2008 22:30:51 +0000 Subject: [PATCH] updated configury for devkitARM r22 --- dkarm-eabi/scripts/build-gcc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dkarm-eabi/scripts/build-gcc.sh b/dkarm-eabi/scripts/build-gcc.sh index 6f1f129..24a2372 100644 --- a/dkarm-eabi/scripts/build-gcc.sh +++ b/dkarm-eabi/scripts/build-gcc.sh @@ -48,11 +48,13 @@ then --enable-interwork --enable-multilib\ --with-gcc --with-gnu-ld --with-gnu-as \ --disable-shared --disable-threads --disable-win32-registry --disable-nls --disable-debug\ - --disable-libmudflap --disable-libssp \ + --disable-libmudflap --disable-libssp --disable-libgomp \ --disable-libstdcxx-pch \ --target=$target \ --with-newlib \ --prefix=$prefix\ + --with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 22" + || { echo "Error configuring gcc"; exit 1; } touch configured-gcc fi