dslinux/user/rtest Makefile

amadeus dslinux_amadeus at user.in-berlin.de
Sat Oct 14 19:33:48 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/rtest
In directory antilope:/tmp/cvs-serv25504/user/rtest

Modified Files:
	Makefile 
Log Message:
-- testing --

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/rtest/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	12 Oct 2006 21:29:13 -0000	1.2
+++ Makefile	14 Oct 2006 17:33:46 -0000	1.3
@@ -10,12 +10,11 @@
 # includes
 INCS =
 
-CXXFLAGS += -Wno-deprecated
-CXX := arm-linux-elf-g++
-
 # libraries to link with
 # LDLIBS +=
 
+LDFLAGS += -s
+
 # declare these targets as phony, so make will not try to look
 # for files named like them:
 .PHONY: all romfs clean
@@ -30,6 +29,7 @@
 # This is the rule that build the executable.
 $(EXEC): $(OBJS)
 	$(CXX) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
+	arm-linux-elf-flthdr -k $(EXEC) 
 
 # The romfs target is also phony. It is used to copy your app
 # into the DSLinux filesystem image.




More information about the dslinux-commit mailing list