mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-17 23:56:36 -05:00
use makefile to build 3dsx crt0
This commit is contained in:
@@ -22,7 +22,7 @@ $MAKE CRT=ds_arm7
|
||||
$MAKE CRT=ds_arm9
|
||||
$MAKE CRT=ds_cart
|
||||
$MAKE ds_arm7_vram_crt0
|
||||
$target-gcc -march=armv6k -mfloat-abi=hard -c 3dsx_crt0.s -o armv6k/fpu/3dsx_crt0.o
|
||||
$MAKE 3dsx_crt0
|
||||
|
||||
cd $BUILDDIR/libgba-$LIBGBA_VER
|
||||
$MAKE || { echo "error building libgba"; exit 1; }
|
||||
|
||||
Reference in New Issue
Block a user