aboutsummaryrefslogtreecommitdiff
path: root/src/share/demo/jvmti/compiledMethodLoad
diff options
context:
space:
mode:
authorandrew <none@none>2012-03-08 14:04:44 +0000
committerandrew <none@none>2012-03-08 14:04:44 +0000
commit820d4fba76413aba8de17a3f943d10a26c293285 (patch)
tree3ee891797637a07fe3b7eb78fb351139f75603b8 /src/share/demo/jvmti/compiledMethodLoad
parentf72cf146e1c60a78f8354931eabab709f31a1702 (diff)
downloadjdk8u_jdk-820d4fba76413aba8de17a3f943d10a26c293285.tar.gz
7150392: Linux build breaks with GCC 4.7 due to unrecognized option
Summary: Remove -mimpure-text option. Reviewed-by: ohair, dholmes, phh, andrew Contributed-by: Deepak Bhole <dbhole@redhat.com>
Diffstat (limited to 'src/share/demo/jvmti/compiledMethodLoad')
-rw-r--r--src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt b/src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt
index 22e2cec9ff..e214792396 100644
--- a/src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt
+++ b/src/share/demo/jvmti/compiledMethodLoad/sample.makefile.txt
@@ -90,7 +90,7 @@ ifeq ($(OSNAME), linux)
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