mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
*** empty log message ***
This commit is contained in:
parent
c3b79f7167
commit
a6e53fc40e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user