diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-22 17:47:04 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-22 17:47:04 +0000 |
commit | d8a53361d64e232d7ce71e27b7b89a8bbda4ec74 (patch) | |
tree | 12dc4131706d72b1f5b05b84c74f7dba7beb7522 /libjava/configure.host | |
parent | 543a8813c5f45d911fee5dd5063789326327f2a4 (diff) | |
download | gcc-d8a53361d64e232d7ce71e27b7b89a8bbda4ec74.tar.gz |
2003-01-22 Andrew Haley <aph@redhat.com>
* x86_64-signal.h: Add simple handler for x86_64 32-bit mode.
* configure.host (CHECKREFSPEC): Define for x86_64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61600 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 40e4e38590a..3736ef4e9d1 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -86,6 +86,7 @@ case "${host}" in enable_getenv_properties_default=no ;; i686-*|i586-*|i486-*|i386-*) + CHECKREFSPEC="%{m32:-fcheck-references}" sysdeps_dir=i386 libgcj_flags="${libgcj_flags} -ffloat-store" libgcj_interpreter=yes |