Changeset 1391 for branches/GNU/src/gcc/libjava/configure.host
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libjava/configure.host
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 66 66 # This case statement supports per-CPU defaults. 67 67 case "${host}" in 68 arm*-elf | strongarm*-elf | xscale*-elf) 69 with_libffi_default=no 70 PROCESS=Ecos 71 FILE=Posix 72 CHECKREFSPEC=-fcheck-references 73 EXCEPTIONSPEC= 74 enable_java_net_default=no 75 enable_getenv_properties_default=no 76 enable_main_args_default=no 77 ;; 68 78 mips-tx39-*|mipstx39-unknown-*) 69 79 libgcj_flags="${libgcj_flags} -G 0" … … 86 96 slow_pthread_self=yes 87 97 ;; 98 x86_64-*) 99 CHECKREFSPEC="%{m32:-fcheck-references}" 100 sysdeps_dir=x86-64 101 libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer" 102 libgcj_cxxflags="-D__NO_MATH_INLINES" 103 libgcj_cflags="-D__NO_MATH_INLINES" 104 enable_hash_synchronization_default=yes 105 slow_pthread_self=yes 106 libgcj_interpreter=yes 107 ;; 88 108 alpha*-*) 89 109 sysdeps_dir=alpha … … 91 111 libgcj_interpreter=yes 92 112 enable_hash_synchronization_default=yes 113 IEEESPEC=-mieee 114 ;; 115 powerpc64*-*) 116 # libffi not ported. 117 with_libffi_default=no 118 libgcj_interpreter=no 119 libgcj_flags="${libgcj_flags} -mminimal-toc" 120 # this may not be correct 121 sysdeps_dir=powerpc 122 enable_hash_synchronization_default=yes 123 slow_pthread_self=yes 93 124 ;; 94 125 powerpc*-*) … … 98 129 slow_pthread_self=yes 99 130 ;; 100 sparc-*) 131 s390*-*) 132 sysdeps_dir=s390 133 libgcj_interpreter=yes 134 enable_hash_synchronization_default=yes 135 ;; 136 sparc*-*) 137 libgcj_interpreter=yes 101 138 ;; 102 139 ia64-*) … … 106 143 enable_hash_synchronization_default=yes 107 144 ;; 108 xscale*-elf)109 with_libffi_default=no110 PROCESS=Ecos111 FILE=Posix145 sh-* | sh[34]*-*) 146 sysdeps_dir=sh 147 libgcj_flags="${libgcj_flags} -mieee" 148 libgcj_interpreter=yes 112 149 CHECKREFSPEC=-fcheck-references 113 150 EXCEPTIONSPEC= 114 enable_java_net_default=no 115 enable_getenv_properties_default=no 116 enable_main_args_default=no 151 enable_hash_synchronization_default=yes 117 152 ;; 118 153 esac … … 126 161 powerpc*-linux* | \ 127 162 alpha*-linux* | \ 163 s390*-linux* | \ 128 164 sparc*-linux* | \ 129 ia64-*) 165 ia64-* | \ 166 x86_64*-linux*) 130 167 can_unwind_signal=yes 131 168 ;; … … 133 170 enable_hash_synchronization_default=no 134 171 slow_pthread_self= 172 can_unwind_signal=no 135 173 ;; 136 174 *-*-freebsd*) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.