dslinux/user/pixil Makefile Rules.make config

amadeus dslinux_amadeus at user.in-berlin.de
Sun Oct 8 23:17:09 CEST 2006


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

Modified Files:
	Makefile Rules.make config 
Log Message:
start pixil integration in DSLINUX

Index: Rules.make
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/Rules.make,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Rules.make	8 Oct 2006 12:15:28 -0000	1.2
+++ Rules.make	8 Oct 2006 21:17:07 -0000	1.3
@@ -172,10 +172,10 @@
 	fi
 
 $(TARGET): $(OBJS)
-	$(CC) $(BUILD_CFLAGS) -o $@ $(OBJS) $(sort $(LIBDIRS)) $(LIBS)
+	$(CC) $(BUILD_CFLAGS) -o $@ $(OBJS) $(sort $(LIBDIRS)) $(LIBS) 
 
 $(TARGET_CXX): $(OBJS)
-	$(CC) $(BUILD_CFLAGS) -o $@ $(OBJS) $(sort $(LIBDIRS)) $(LIBS) -lstdc++ -lm
+	$(CXX) $(BUILD_CFLAGS) -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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	8 Oct 2006 12:15:28 -0000	1.3
+++ Makefile	8 Oct 2006 21:17:06 -0000	1.4
@@ -24,7 +24,8 @@
 MW_PREFIX       = $(BASE_DIR)/../microwin/src
 INSTALL_PREFIX  = $(BASE_DIR)/../romfs/usr/pixil/
 EN_SHARED	= --disable-shared
-CFLAGS         += -D_GNU_SOURCE
+#CFLAGS         += -D_GNU_SOURCE
+CFLAGS	       += -fno-exceptions
 LDFLAGS        += -lstdc++ -lc -lgcc
 endif
 

Index: config
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/config,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- config	8 Oct 2006 12:15:28 -0000	1.3
+++ config	8 Oct 2006 21:17:07 -0000	1.4
@@ -92,7 +92,7 @@
 CONFIG_APP_CALC=y
 CONFIG_APP_FIND=y
 CONFIG_APP_MP3=y
-CONFIG_MP3_USE_PTHREAD=y
+# CONFIG_MP3_USE_PTHREAD is not set
 CONFIG_APP_EMAIL=y
 CONFIG_APP_SYNC=y
 CONFIG_APP_NETCONFIG=y




More information about the dslinux-commit mailing list