mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-07 18:15:57 -05:00
*** empty log message ***
This commit is contained in:
@@ -147,6 +147,7 @@ SECTIONS
|
||||
*(.dynbss)
|
||||
*(.gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
*(.bss*)
|
||||
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
|
||||
} > ram
|
||||
__bss_end = . ;
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
-include $(DEVKITARM)/base_rules
|
||||
ifeq ($(strip $(DEVKITPRO)),)
|
||||
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPro)
|
||||
endif
|
||||
|
||||
include $(DEVKITARM)/base_rules
|
||||
|
||||
LIBGBA := $(DEVKITPRO)/libgba
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ cd $target/binutils
|
||||
|
||||
../../$BINUTILS_SRCDIR/configure \
|
||||
--prefix=$prefix --target=$target --disable-nls --disable-shared --disable-debug \
|
||||
--disable-threads --with-gcc --with-gnu-as --with-gnu-ld --with-stabs \
|
||||
--disable-threads --with-gcc --with-gnu-as --with-gnu-ld \
|
||||
|| { echo "Error configuring binutils"; exit 1; }
|
||||
|
||||
$MAKE || { echo "Error building binutils"; exit 1; }
|
||||
@@ -60,7 +60,7 @@ cd $target/gcc
|
||||
--enable-languages=c,c++ \
|
||||
--with-cpu=arm7tdmi\
|
||||
--enable-interwork --enable-multilib\
|
||||
--with-gcc --with-gnu-ld --with-gnu-as --with-stabs \
|
||||
--with-gcc --with-gnu-ld --with-gnu-as \
|
||||
--disable-shared --disable-threads --disable-win32-registry --disable-nls --disable-debug\
|
||||
--disable-libmudflap --disable-libssp \
|
||||
--target=$target \
|
||||
|
||||
Reference in New Issue
Block a user