backtracexx/makefile

pluto cvs at pld-linux.org
Fri Aug 25 17:00:28 CEST 2006


Author: pluto
Date: Fri Aug 25 17:00:23 2006
New Revision: 7686

Modified:
   backtracexx/makefile
Log:
- use -Wl,-export-dynamic instead of -rdynamic because gcc
  rejects it as invalid option for sparc targets.


Modified: backtracexx/makefile
==============================================================================
--- backtracexx/makefile	(original)
+++ backtracexx/makefile	Fri Aug 25 17:00:23 2006
@@ -9,7 +9,7 @@
 
 example: example.cpp libbacktracexx.so
 	$(CXX) example.cpp -o example ./libbacktracexx.so $(CXXFLAGS) \
-	-O1 -rdynamic -funwind-tables
+	-O1 -funwind-tables -Wl,-export-dynamic
 
 clean:
 	rm -f libbacktracexx.so example


More information about the pld-cvs-commit mailing list