dslinux/user/pixil Makefile Rules.make

amadeus dslinux_amadeus at user.in-berlin.de
Tue Oct 10 21:59:26 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil
In directory antilope:/tmp/cvs-serv26507/user/pixil

Modified Files:
	Makefile Rules.make 
Log Message:


Index: Rules.make
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/Rules.make,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Rules.make	10 Oct 2006 05:53:27 -0000	1.4
+++ Rules.make	10 Oct 2006 19:59:24 -0000	1.5
@@ -176,10 +176,10 @@
 	fi
 
 $(TARGET): $(OBJS)
-	$(CC) $(BUILD_CFLAGS) -o $@ $(OBJS) $(sort $(LIBDIRS)) $(LIBS) 
+	$(CC) $(BUILD_CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(sort $(LIBDIRS)) $(LIBS)
 
 $(TARGET_CXX): $(OBJS)
-	$(CXX) $(BUILD_CFLAGS) -o $@ $(OBJS) $(sort $(LIBDIRS)) $(LIBS) -lstdc++ -lm 
+	$(CXX) $(BUILD_CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(sort $(LIBDIRS)) $(LIBS) -lstdc++ -lm 
 
 $(TARGET_SO): $(OBJS)
 	$(CC) -shared -o $@ $(OBJS)

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	10 Oct 2006 05:53:27 -0000	1.5
+++ Makefile	10 Oct 2006 19:59:24 -0000	1.6
@@ -26,7 +26,7 @@
 EN_SHARED	= --disable-shared
 #CFLAGS         += -D_GNU_SOURCE
 CFLAGS	       += -fno-exceptions
-LDFLAGS        += -lstdc++ -lc -lgcc
+LDFLAGS        += -lstdc++ -lc -lgcc -elf2flt
 endif
 
 # The base directory for installing




More information about the dslinux-commit mailing list