jdk/src/share/demo/jvmti/hprof/sample.makefile.txt
changeset 12056 1f93da3840f7
parent 7668 d4a77089c587
child 14342 8435a30053c1
--- a/jdk/src/share/demo/jvmti/hprof/sample.makefile.txt	Wed Jul 05 18:04:46 2017 +0200
+++ b/jdk/src/share/demo/jvmti/hprof/sample.makefile.txt	Thu Mar 08 14:04:44 2012 +0000
@@ -130,7 +130,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= -ldl -lc
     # Building a shared library