SF.net SVN: gar:[22811] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Thu Jan 9 16:37:40 CET 2014


Revision: 22811
          http://sourceforge.net/p/gar/code/22811
Author:   lblume
Date:     2014-01-09 15:37:40 +0000 (Thu, 09 Jan 2014)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: Regexp was not catching -Wa correctly

Modified Paths:
--------------
    csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile

Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2014-01-09 14:10:29 UTC (rev 22810)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/Makefile	2014-01-09 15:37:40 UTC (rev 22811)
@@ -412,7 +412,7 @@
 		-e '/^[^#]/s/-mno-app-regs//g' \
 		-e '/^[^#]/s/-fno-omit-frame-pointer//g' \
 		-e '/^[^#]/s/-fno-strict-aliasing//g' \
-		-e '/^[^#]/s/-Wa,-xarch=[^ ]*//g' \
+		-e '/^[^#]/s/-Wa[^ ]*//g' \
 		-e '/^[^#]/s/-static-libgcc//g' \
 		$(DESTDIR)$(bindir)/mysql_config
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list