[mapguide-commits] r7315 - branches/2.5/MgDev/Oem/SWIGEx
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed Jan 16 23:47:38 PST 2013
Author: jng
Date: 2013-01-16 23:47:37 -0800 (Wed, 16 Jan 2013)
New Revision: 7315
Modified:
branches/2.5/MgDev/Oem/SWIGEx/Makefile
Log:
Use agnostic compiler options for building our internal copy of SWIG
Modified: branches/2.5/MgDev/Oem/SWIGEx/Makefile
===================================================================
--- branches/2.5/MgDev/Oem/SWIGEx/Makefile 2013-01-15 11:26:53 UTC (rev 7314)
+++ branches/2.5/MgDev/Oem/SWIGEx/Makefile 2013-01-17 07:47:37 UTC (rev 7315)
@@ -12,8 +12,8 @@
CXX = g++
LEX = flex
YACC = yacc
-CFLAGS = -pipe -UZTS -Wall -W -O2 -g -pipe -march=i686 -mtune=i686 -fno-use-cxa-atexit -fexceptions -DNDEBUG
-CXXFLAGS = -pipe -UZTS -Wall -W -O2 -g -pipe -march=i686 -mtune=i686 -fno-use-cxa-atexit -fexceptions -DNDEBUG
+CFLAGS = -pipe -UZTS -Wall -W -O2 -g -pipe -fno-use-cxa-atexit -fexceptions -DNDEBUG
+CXXFLAGS = -pipe -UZTS -Wall -W -O2 -g -pipe -fno-use-cxa-atexit -fexceptions -DNDEBUG
LEXFLAGS =
YACCFLAGS= -d
INCPATH = -I$(QTDIR)/mkspecs/default -I. -ISource/CParse -ISource/DOH -ISource/Include -ISource/Swig -ISource/Modules -ISource/Preprocessor
More information about the mapguide-commits
mailing list