diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-03 17:10:16 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-03 17:10:16 +0000 |
commit | c27df29162def73d8899a08a9eca1a0668f8e86b (patch) | |
tree | c4a918665174d7c1b47d131bd908f5409b408c56 /libjava/configure.host | |
parent | bc4a38461dedcd3a1b556e3eccb8c4baffafbb46 (diff) | |
download | gcc-c27df29162def73d8899a08a9eca1a0668f8e86b.tar.gz |
2003-02-03 Andrew Haley <aph@emcee.cambridge.redhat.com>
* configure.host (x86_64): Enable interpreter.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 2f5ea605b24..6ff71509e88 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -99,11 +99,11 @@ case "${host}" in CHECKREFSPEC="%{m32:-fcheck-references}" sysdeps_dir=x86-64 libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer" - libgcj_interpreter=no libgcj_cxxflags="-D__NO_MATH_INLINES" libgcj_cflags="-D__NO_MATH_INLINES" enable_hash_synchronization_default=yes slow_pthread_self=yes + libgcj_interpreter=yes ;; alpha*-*) sysdeps_dir=alpha |