*** empty log message ***

This commit is contained in:
Dave Murphy 2005-06-14 04:48:21 +00:00
parent c3b79f7167
commit a6e53fc40e
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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,