jdk/src/share/demo/jvmti/heapViewer/sample.makefile.txt
changeset 12056 1f93da3840f7
parent 5506 202f599c92aa
child 14342 8435a30053c1
--- a/jdk/src/share/demo/jvmti/heapViewer/sample.makefile.txt	Wed Jul 05 18:04:46 2017 +0200
+++ b/jdk/src/share/demo/jvmti/heapViewer/sample.makefile.txt	Thu Mar 08 14:04:44 2012 +0000
@@ -90,7 +90,7 @@
     OBJECTS=$(SOURCES:%.c=%.o)
     # Library name and options needed to build it
     LIBRARY=lib$(LIBNAME).so
-    LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc -mimpure-text
+    LDFLAGS=-Wl,-soname=$(LIBRARY) -static-libgcc
     # Libraries we are dependent on
     LIBRARIES=-lc
     # Building a shared library