From a6e53fc40ea0a75409e776b3a6827cc8933068df Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 14 Jun 2005 04:48:21 +0000 Subject: [PATCH] *** empty log message *** --- build-devkit.sh | 4 +--- patches/devkit-gcc-3.4.4.patch | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index fc913d1..40b49e0 100644 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -29,8 +29,6 @@ LIBGBA_URL="http://osdn.dl.sourceforge.net/sourceforge/devkitpro/$LIBGBA" LIBNDS_URL="http://osdn.dl.sourceforge.net/sourceforge/devkitpro/$LIBNDS" NEWLIB_URL="ftp://sources.redhat.com/pub/newlib/$NEWLIB" -release="13" - #--------------------------------------------------------------------------------- # Ask whether to download the source packages or not #--------------------------------------------------------------------------------- @@ -320,7 +318,7 @@ patch -p1 -d $NEWLIB_SRCDIR -i $(pwd)/patches/devkit-newlib-$NEWLIB_VER.patch # #else - export CFLAGS='-O2 -pipe -DTOOLCHAIN="$package" -DRELEASE=$release + export CFLAGS='-O2 -pipe' export LDFLAGS='-s' #fi diff --git a/patches/devkit-gcc-3.4.4.patch b/patches/devkit-gcc-3.4.4.patch index c272d67..6ffa590 100644 --- a/patches/devkit-gcc-3.4.4.patch +++ b/patches/devkit-gcc-3.4.4.patch @@ -2170,7 +2170,7 @@ diff -NBaur gcc-3.4.4/gcc/version.c gcc-3.4.4-new/gcc/version.c organization's name in parentheses at the end of the string. */ -const char version_string[] = "3.4.4"; -+const char version_string[] = "3.4.4 ("TOOLCHAIN" release "RELEASE")"; ++const char version_string[] = "3.4.4"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC,