dslinux/toolchain/ndstool/Loader Makefile

stsp stsp at user.in-berlin.de
Mon Aug 14 13:04:44 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain/ndstool/Loader
In directory antilope:/tmp/cvs-serv14089/Loader

Modified Files:
	Makefile 
Log Message:
Cosmetic change: Move declaration of CC for Loader/ from Makefile
into Loader/Makefile.

Do not attempt to source devkitARM build rules even
if DEVKITARM is set in the environment.



Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/ndstool/Loader/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	14 Aug 2006 10:13:54 -0000	1.2
+++ Makefile	14 Aug 2006 11:04:42 -0000	1.3
@@ -1,4 +1,4 @@
--include $(DEVKITARM)/base_rules
+#-include $(DEVKITARM)/base_rules
 
 all: build loadme.bin
 
@@ -6,7 +6,7 @@
 	$(CROSS)$(OBJCOPY) $< -O binary $@
 
 build/loader.elf: loader.s
-	$(CC) -Wall -o $@ $< -Ttext 0x080000C0 -nostdlib
+	$(CROSS)$(CC) -Wall -o $@ $< -Ttext 0x080000C0 -nostdlib
 
 .PHONY: build clean
 




More information about the dslinux-commit mailing list