--- a/jdk/src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt Wed Jul 05 18:04:46 2017 +0200
+++ b/jdk/src/share/demo/jvmti/compiledMethodLoad/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