mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
added proper bug report link & gcc identification
This commit is contained in:
parent
d6b6559e10
commit
3311636792
|
|
@ -29,6 +29,8 @@ 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
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
@ -318,7 +320,7 @@ patch -p1 -d $NEWLIB_SRCDIR -i $(pwd)/patches/devkit-newlib-$NEWLIB_VER.patch
|
|||
#
|
||||
#else
|
||||
|
||||
export CFLAGS='-O2 -pipe'
|
||||
export CFLAGS='-O2 -pipe -DTOOLCHAIN="$package" -DRELEASE=$release
|
||||
export LDFLAGS='-s'
|
||||
|
||||
#fi
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -39,10 +39,10 @@ Open File Line1=0
|
|||
Open File Window Pos1=0,1,-1,-1,-4,-23,44,44,922,488
|
||||
Open File2=C:\projects\USB\neowriter\source\neousb.cpp
|
||||
Open File Pos2=0
|
||||
Open File Line2=13296
|
||||
Open File Line2=13242
|
||||
Active File Index=2
|
||||
Open File Window Pos2=2,3,-1,-1,-4,-23,88,88,966,532
|
||||
Open File3=
|
||||
[File View]
|
||||
Current Select=Project Files\
|
||||
Current Select=Project Files
|
||||
Scroll Position=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user