Commit 7b22f8b0 by Andrew Haley Committed by Andrew Haley

configure.host (x86_64): Enable interpreter.

2003-02-03  Andrew Haley  <aph@emcee.cambridge.redhat.com>

        * configure.host (x86_64): Enable interpreter.

From-SVN: r62326
parent a31e49ec
2003-02-03 Andrew Haley <aph@emcee.cambridge.redhat.com>
* configure.host (x86_64): Enable interpreter.
2003-02-03 Andrew Haley <aph@redhat.com> 2003-02-03 Andrew Haley <aph@redhat.com>
* libgcj.spec.in (jc1): Add BACKTRACESPEC. * libgcj.spec.in (jc1): Add BACKTRACESPEC.
......
...@@ -99,11 +99,11 @@ case "${host}" in ...@@ -99,11 +99,11 @@ case "${host}" in
CHECKREFSPEC="%{m32:-fcheck-references}" CHECKREFSPEC="%{m32:-fcheck-references}"
sysdeps_dir=x86-64 sysdeps_dir=x86-64
libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer" libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer"
libgcj_interpreter=no
libgcj_cxxflags="-D__NO_MATH_INLINES" libgcj_cxxflags="-D__NO_MATH_INLINES"
libgcj_cflags="-D__NO_MATH_INLINES" libgcj_cflags="-D__NO_MATH_INLINES"
enable_hash_synchronization_default=yes enable_hash_synchronization_default=yes
slow_pthread_self=yes slow_pthread_self=yes
libgcj_interpreter=yes
;; ;;
alpha*-*) alpha*-*)
sysdeps_dir=alpha sysdeps_dir=alpha
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment