dslinux/toolchain Makefile

stsp stsp at user.in-berlin.de
Mon Aug 14 00:47:27 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain
In directory antilope:/tmp/cvs-serv3580

Modified Files:
	Makefile 
Log Message:
Remove -fpermissive from CFLAGS. Apparently the issue has sorted
itself out. I cannot reproduce the error -fpermissive was meant
to fix anymore :-/


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	13 Aug 2006 21:56:44 -0000	1.6
+++ Makefile	13 Aug 2006 22:47:25 -0000	1.7
@@ -403,10 +403,7 @@
 $(GCC_SRCDIR)/.stage2-configured: $(GCC_SRCDIR)/.stage2-patched
 	[ -d $(GCC_OBJDIR) ] || mkdir -p $(GCC_OBJDIR)
 	-$(MAKE) -C $(GCC_OBJDIR) distclean
-	# XXX: We need -fpermissive in CFLAGS for libstdc++ to build.
-	# Produces lots of warning for non-C++ code though :(
 	cd $(GCC_OBJDIR) \
-		&& export CFLAGS="-fpermissive -O2 -g" \
 		&& $(GCC_SRCDIR)/configure \
 		--prefix=$(PREFIX) \
 		--with-sysroot=$(SYSROOT) \




More information about the dslinux-commit mailing list