Revision: 15388 http://gar.svn.sourceforge.net/gar/?rev=15388&view=rev Author: wahwah Date: 2011-08-21 05:05:51 +0000 (Sun, 21 Aug 2011)
Log Message: ----------- pkg/gcc4/branches/bootstrap-4.6: unset fortran flags too Modified Paths: -------------- csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile Modified: csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile =================================================================== --- csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile 2011-08-20 22:52:13 UTC (rev 15387) +++ csw/mgar/pkg/gcc4/branches/bootstrap-4.6/Makefile 2011-08-21 05:05:51 UTC (rev 15388) @@ -97,9 +97,17 @@ EXTRA_EXPORTS += CFLAGS_FOR_TARGET EXTRA_EXPORTS += CXXFLAGS_FOR_TARGET +# The theory goes that the CFLAGS and others cause problems with the multilib +# builds where 64-bit binaries are built. This is triggered by the gcc build; +# the compiler binaries are 32-bit only, but since the compiler can generate +# 32-bit and 64-bit binaries, the libraries have to be built for both +# architectures. ifeq ($(MODULATION),isa-i386) CFLAGS = CXXFLAGS = +FFLAGS = +FCFLAGS = +OPTFLAGS = endif # Might be necessary, but CFLAGS_FOR_TARGET seem to be enough for now. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel