SVN: backtracexx: makefile makefile.mingw

pluto pluto at pld-linux.org
Sun Dec 8 21:15:20 CET 2013


Author: pluto
Date: Sun Dec  8 21:15:20 2013
New Revision: 12735

Modified:
   backtracexx/makefile
   backtracexx/makefile.mingw
Log:
update compilers.


Modified: backtracexx/makefile
==============================================================================
--- backtracexx/makefile	(original)
+++ backtracexx/makefile	Sun Dec  8 21:15:20 2013
@@ -1,8 +1,8 @@
 # linux32 target
-CXX32 := i486-gnu-linux-g++
+CXX32 := g++ -m32
 
 # linux64 target
-CXX64 := x86_64-gnu-linux-g++
+CXX64 := g++ -m64
 
 CXXFLAGS := -Wall -Werror -pedantic -shared-libgcc -g2
 

Modified: backtracexx/makefile.mingw
==============================================================================
--- backtracexx/makefile.mingw	(original)
+++ backtracexx/makefile.mingw	Sun Dec  8 21:15:20 2013
@@ -1,8 +1,8 @@
 # win32 target
-CXX32 := i686-pc-mingw32-g++
+CXX32 := i686-w64-mingw32-g++
 
 # win64 target
-CXX64 := x86_64-pc-mingw32-g++
+CXX64 := x86_64-w64-mingw32-g++
 
 CXXFLAGS := -Wall -Werror -pedantic -shared-libgcc -g2
 


More information about the pld-cvs-commit mailing list