]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/configure.ac
* testsuite/libjava.jacks/jacks.exp (load_gcc_lib): Removed.
[thirdparty/gcc.git] / libffi / configure.ac
CommitLineData
63e5e3e0 1dnl Process this with autoconf to create configure
3ed8e5b6
AT
2
3AC_PREREQ(2.59)
4
5AC_INIT([libffi], [2.1], [http://gcc.gnu.org/bugs.html])
6AC_CONFIG_HEADERS([fficonfig.h])
7
8AM_ENABLE_MULTILIB(, ..)
3c18f2d1 9
bbf3057b
AT
10AC_CANONICAL_SYSTEM
11target_alias=${target_alias-$host_alias}
63e5e3e0 12
88d8c771
AG
13. ${srcdir}/configure.host
14
3ed8e5b6 15AM_INIT_AUTOMAKE
63e5e3e0 16
3ed8e5b6
AT
17# The same as in boehm-gc and libstdc++. Have to borrow it from there.
18# We must force CC to /not/ be precious variables; otherwise
19# the wrong, non-multilib-adjusted value will be used in multilibs.
20# As a side effect, we have to subst CFLAGS ourselves.
63e5e3e0 21
3ed8e5b6
AT
22m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS])
23m4_define([_AC_ARG_VAR_PRECIOUS],[])
63e5e3e0 24AC_PROG_CC
3ed8e5b6 25m4_rename([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
bbf3057b 26
3ed8e5b6
AT
27AC_SUBST(CFLAGS)
28
29AM_PROG_AS
30AM_PROG_CC_C_O
63e5e3e0
AG
31AC_PROG_LIBTOOL
32
3ed8e5b6
AT
33AM_MAINTAINER_MODE
34
c9b93377
JB
35AC_CHECK_HEADERS(sys/mman.h)
36AC_CHECK_FUNCS(mmap)
5196736e
AJ
37AC_FUNC_MMAP_BLACKLIST
38
bbf3057b
AT
39dnl The -no-testsuite modules omit the test subdir.
40AM_CONDITIONAL(TESTSUBDIR, test -d $srcdir/testsuite)
41
63e5e3e0
AG
42TARGETDIR="unknown"
43case "$host" in
bd66587e 44i*86-*-linux*) TARGET=X86; TARGETDIR=x86;;
863c5508 45i*86-*-gnu*) TARGET=X86; TARGETDIR=x86;;
cc786582 46i*86-*-solaris2.1[[0-9]]*) TARGET=X86_64; TARGETDIR=x86;;
db459595 47i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;;
63e5e3e0 48i*86-*-beos*) TARGET=X86; TARGETDIR=x86;;
98a5bb3b
RM
49i*86-*-freebsd* | i*86-*-kfreebsd*-gnu) TARGET=X86; TARGETDIR=x86;;
50i*86-*-netbsdelf* | i*86-*-knetbsd*-gnu) TARGET=X86; TARGETDIR=x86;;
d948c201 51i*86-*-rtems*) TARGET=X86; TARGETDIR=x86;;
d6c4152a
JB
52i*86-*-win32*) TARGET=X86_WIN32; TARGETDIR=x86;;
53i*86-*-cygwin*) TARGET=X86_WIN32; TARGETDIR=x86;;
54i*86-*-mingw*) TARGET=X86_WIN32; TARGETDIR=x86;;
88d8c771 55frv-*-*) TARGET=FRV; TARGETDIR=frv;;
63e5e3e0 56sparc-sun-4*) TARGET=SPARC; TARGETDIR=sparc;;
d7e2dd2f 57sparc*-sun-*) TARGET=SPARC; TARGETDIR=sparc;;
98a5bb3b 58sparc-*-linux* | sparc-*-netbsdelf* | sparc-*-knetbsd*-gnu) TARGET=SPARC; TARGETDIR=sparc;;
d948c201 59sparc*-*-rtems*) TARGET=SPARC; TARGETDIR=sparc;;
9abe31d4 60sparc64-*-linux* | sparc64-*-freebsd* | sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu) TARGET=SPARC; TARGETDIR=sparc;;
98a5bb3b 61alpha*-*-linux* | alpha*-*-osf* | alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu) TARGET=ALPHA; TARGETDIR=alpha;;
dc5de370 62ia64*-*-*) TARGET=IA64; TARGETDIR=ia64;;
a472e9d4 63m32r*-*-linux* ) TARGET=M32R; TARGETDIR=m32r;;
63e5e3e0 64m68k-*-linux*) TARGET=M68K; TARGETDIR=m68k;;
5be36a8f 65mips64*-*);;
1450eb7a 66mips-sgi-irix5.* | mips-sgi-irix6.*) TARGET=MIPS_IRIX; TARGETDIR=mips;;
5be36a8f 67mips*-*-linux*) TARGET=MIPS_LINUX; TARGETDIR=mips;;
e9b84181 68powerpc*-*-linux* | powerpc-*-sysv*) TARGET=POWERPC; TARGETDIR=powerpc;;
63e5e3e0 69powerpc-*-beos*) TARGET=POWERPC; TARGETDIR=powerpc;;
3c017635 70powerpc-*-darwin*) TARGET=POWERPC_DARWIN; TARGETDIR=powerpc;;
2f4006f8 71powerpc-*-aix*) TARGET=POWERPC_AIX; TARGETDIR=powerpc;;
97067642 72powerpc-*-freebsd*) TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc;;
d948c201 73powerpc*-*-rtems*) TARGET=POWERPC; TARGETDIR=powerpc;;
2f4006f8 74rs6000-*-aix*) TARGET=POWERPC_AIX; TARGETDIR=powerpc;;
c5acf51f 75arm*-*-linux-*) TARGET=ARM; TARGETDIR=arm;;
98a5bb3b 76arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu) TARGET=ARM; TARGETDIR=arm;;
d948c201 77arm*-*-rtems*) TARGET=ARM; TARGETDIR=arm;;
614348bb 78cris-*-*) TARGET=LIBFFI_CRIS; TARGETDIR=cris;;
22bcf65c 79s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
c4f17c6f 80s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;;
98a5bb3b 81x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;;
f4b2b0d6 82sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
d266a2ff 83sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
e860ed6d 84sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
e6c300ef
JDA
85hppa*-*-linux* | parisc*-*-linux*) TARGET=PA_LINUX; TARGETDIR=pa;;
86hppa*64-*-hpux*) TARGET=PA64_HPUX; TARGETDIR=pa;;
87hppa*-*-hpux*) TARGET=PA_HPUX; TARGETDIR=pa;;
63e5e3e0
AG
88esac
89
bbf3057b
AT
90AC_SUBST(AM_RUNTESTFLAGS)
91
63e5e3e0 92if test $TARGETDIR = unknown; then
3ed8e5b6 93 AC_MSG_ERROR(["libffi has not been ported to $host."])
63e5e3e0
AG
94fi
95
1450eb7a 96AM_CONDITIONAL(MIPS_IRIX, test x$TARGET = xMIPS_IRIX)
5be36a8f 97AM_CONDITIONAL(MIPS_LINUX, test x$TARGET = xMIPS_LINUX)
63e5e3e0
AG
98AM_CONDITIONAL(SPARC, test x$TARGET = xSPARC)
99AM_CONDITIONAL(X86, test x$TARGET = xX86)
d6c4152a 100AM_CONDITIONAL(X86_WIN32, test x$TARGET = xX86_WIN32)
63e5e3e0 101AM_CONDITIONAL(ALPHA, test x$TARGET = xALPHA)
dc5de370 102AM_CONDITIONAL(IA64, test x$TARGET = xIA64)
a472e9d4 103AM_CONDITIONAL(M32R, test x$TARGET = xM32R)
63e5e3e0
AG
104AM_CONDITIONAL(M68K, test x$TARGET = xM68K)
105AM_CONDITIONAL(POWERPC, test x$TARGET = xPOWERPC)
2f4006f8 106AM_CONDITIONAL(POWERPC_AIX, test x$TARGET = xPOWERPC_AIX)
3c017635 107AM_CONDITIONAL(POWERPC_DARWIN, test x$TARGET = xPOWERPC_DARWIN)
97067642 108AM_CONDITIONAL(POWERPC_FREEBSD, test x$TARGET = xPOWERPC_FREEBSD)
63e5e3e0 109AM_CONDITIONAL(ARM, test x$TARGET = xARM)
614348bb 110AM_CONDITIONAL(LIBFFI_CRIS, test x$TARGET = xLIBFFI_CRIS)
88d8c771 111AM_CONDITIONAL(FRV, test x$TARGET = xFRV)
22bcf65c 112AM_CONDITIONAL(S390, test x$TARGET = xS390)
c94974ca 113AM_CONDITIONAL(X86_64, test x$TARGET = xX86_64)
ddebdfeb 114AM_CONDITIONAL(SH, test x$TARGET = xSH)
e860ed6d 115AM_CONDITIONAL(SH64, test x$TARGET = xSH64)
e6c300ef
JDA
116AM_CONDITIONAL(PA_LINUX, test x$TARGET = xPA_LINUX)
117AM_CONDITIONAL(PA_HPUX, test x$TARGET = xPA_HPUX)
118AM_CONDITIONAL(PA64_HPUX, test x$TARGET = xPA64_HPUX)
63e5e3e0 119
1450eb7a
AT
120case x$TARGET in
121 xMIPS*) TARGET=MIPS ;;
122 *) ;;
123esac
5be36a8f 124
63e5e3e0
AG
125AC_HEADER_STDC
126AC_CHECK_FUNCS(memcpy)
127AC_FUNC_ALLOCA
128
a097ef55
KC
129AC_CHECK_SIZEOF(double)
130AC_CHECK_SIZEOF(long double)
e2f2e70a 131
1450eb7a
AT
132# Also AC_SUBST this variable for ffi.h.
133HAVE_LONG_DOUBLE=0
134if test $ac_cv_sizeof_double != $ac_cv_sizeof_long_double; then
135 if test $ac_cv_sizeof_long_double != 0; then
136 HAVE_LONG_DOUBLE=1
137 AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the long double type and it is bigger than a double])
138 fi
139fi
140AC_SUBST(HAVE_LONG_DOUBLE)
141
a097ef55 142AC_C_BIGENDIAN
63e5e3e0 143
189ab118 144if test x$TARGET = xSPARC; then
5d84cf0b
JJ
145 AC_CACHE_CHECK([assembler and linker support unaligned pc related relocs],
146 libffi_cv_as_sparc_ua_pcrel, [
147 save_CFLAGS="$CFLAGS"
148 save_LDFLAGS="$LDFLAGS"
149 CFLAGS="$CFLAGS -fpic"
150 LDFLAGS="$LDFLAGS -shared"
151 AC_TRY_LINK([asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");],,
152 [libffi_cv_as_sparc_ua_pcrel=yes],
153 [libffi_cv_as_sparc_ua_pcrel=no])
154 CFLAGS="$save_CFLAGS"
155 LDFLAGS="$save_LDFLAGS"])
156 if test "x$libffi_cv_as_sparc_ua_pcrel" = xyes; then
157 AC_DEFINE(HAVE_AS_SPARC_UA_PCREL, 1,
158 [Define if your assembler and linker support unaligned PC relative relocs.])
159 fi
bd19c9f4
JS
160
161 AC_CACHE_CHECK([assembler .register pseudo-op support],
162 libffi_cv_as_register_pseudo_op, [
163 libffi_cv_as_register_pseudo_op=unknown
164 # Check if we have .register
165 AC_TRY_COMPILE([asm (".register %g2, #scratch");],,
3ed8e5b6
AT
166 [libffi_cv_as_register_pseudo_op=yes],
167 [libffi_cv_as_register_pseudo_op=no])
bd19c9f4
JS
168 ])
169 if test "x$libffi_cv_as_register_pseudo_op" = xyes; then
170 AC_DEFINE(HAVE_AS_REGISTER_PSEUDO_OP, 1,
3ed8e5b6 171 [Define if your assembler supports .register.])
bd19c9f4 172 fi
5d84cf0b
JJ
173fi
174
a733b15e
JJ
175AC_CACHE_CHECK([whether .eh_frame section should be read-only],
176 libffi_cv_ro_eh_frame, [
177 libffi_cv_ro_eh_frame=no
178 echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
179 if $CC $CFLAGS -S -fpic -fexceptions -o conftest.s conftest.c > /dev/null 2>&1; then
180 if grep '.section.*eh_frame.*"a"' conftest.s > /dev/null; then
181 libffi_cv_ro_eh_frame=yes
182 elif grep '.section.*eh_frame.*#alloc' conftest.c \
183 | grep -v '#write' > /dev/null; then
184 libffi_cv_ro_eh_frame=yes
185 fi
186 fi
187 rm -f conftest.*
188 ])
189if test "x$libffi_cv_ro_eh_frame" = xyes; then
190 AC_DEFINE(HAVE_RO_EH_FRAME, 1,
191 [Define if .eh_frame sections should be read-only.])
1450eb7a
AT
192 AC_DEFINE(EH_FRAME_FLAGS, "a",
193 [Define to the flags needed for the .section .eh_frame directive.])
194else
195 AC_DEFINE(EH_FRAME_FLAGS, "aw",
196 [Define to the flags needed for the .section .eh_frame directive.])
a733b15e
JJ
197fi
198
8a42356f
JJ
199AC_CACHE_CHECK([for __attribute__((visibility("hidden")))],
200 libffi_cv_hidden_visibility_attribute, [
201 echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1; }' > conftest.c
202 libffi_cv_hidden_visibility_attribute=no
203 if AC_TRY_COMMAND(${CC-cc} -Werror -S conftest.c -o conftest.s 1>&AS_MESSAGE_LOG_FD); then
204 if grep '\.hidden.*foo' conftest.s >/dev/null; then
205 libffi_cv_hidden_visibility_attribute=yes
206 fi
207 fi
208 rm -f conftest.*
209 ])
210if test $libffi_cv_hidden_visibility_attribute = yes; then
211 AC_DEFINE(HAVE_HIDDEN_VISIBILITY_ATTRIBUTE, 1,
212 [Define if __attribute__((visibility("hidden"))) is supported.])
213fi
214
215AH_BOTTOM([
216#ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
217#ifdef LIBFFI_ASM
218#define FFI_HIDDEN(name) .hidden name
219#else
220#define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
221#endif
222#else
223#ifdef LIBFFI_ASM
224#define FFI_HIDDEN(name)
225#else
226#define FFI_HIDDEN
227#endif
228#endif
229])
230
63e5e3e0
AG
231AC_SUBST(TARGET)
232AC_SUBST(TARGETDIR)
233
234AC_SUBST(SHELL)
235
7d45b968
JS
236AC_ARG_ENABLE(debug,
237[ --enable-debug debugging mode],
238 if test "$enable_debug" = "yes"; then
1450eb7a 239 AC_DEFINE(FFI_DEBUG, 1, [Define this if you want extra debugging.])
7d45b968
JS
240 fi)
241
242AC_ARG_ENABLE(structs,
243[ --disable-structs omit code for struct support],
244 if test "$enable_structs" = "no"; then
1450eb7a 245 AC_DEFINE(FFI_NO_STRUCTS, 1, [Define this is you do not want support for aggregate types.])
7d45b968
JS
246 fi)
247
248AC_ARG_ENABLE(raw-api,
249[ --disable-raw-api make the raw api unavailable],
250 if test "$enable_raw_api" = "no"; then
1450eb7a 251 AC_DEFINE(FFI_NO_RAW_API, 1, [Define this is you do not want support for the raw API.])
7d45b968 252 fi)
63e5e3e0
AG
253
254AC_ARG_ENABLE(purify-safety,
7d45b968
JS
255[ --enable-purify-safety purify-safe mode],
256 if test "$enable_purify_safety" = "yes"; then
1450eb7a 257 AC_DEFINE(USING_PURIFY, 1, [Define this if you are using Purify and want to suppress spurious messages.])
7d45b968 258 fi)
0721f64e 259
0e292c01
AO
260if test -n "$with_cross_host" &&
261 test x"$with_cross_host" != x"no"; then
262 toolexecdir='$(exec_prefix)/$(target_alias)'
263 toolexeclibdir='$(toolexecdir)/lib'
264else
265 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
266 toolexeclibdir='$(libdir)'
267fi
ff8b9ca8
AS
268multi_os_directory=`$CC -print-multi-os-directory`
269case $multi_os_directory in
270 .) ;; # Avoid trailing /.
271 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
272esac
0e292c01
AO
273AC_SUBST(toolexecdir)
274AC_SUBST(toolexeclibdir)
63e5e3e0 275
3c18f2d1
TT
276if test "${multilib}" = "yes"; then
277 multilib_arg="--enable-multilib"
278else
279 multilib_arg=
280fi
281
3ed8e5b6
AT
282AC_CONFIG_COMMANDS(include, [test -d include || mkdir include])
283AC_CONFIG_COMMANDS(src, [
3b905056 284test -d src || mkdir src
3ed8e5b6
AT
285test -d src/$TARGETDIR || mkdir src/$TARGETDIR
286], [TARGETDIR="$TARGETDIR"])
287
288AC_CONFIG_LINKS(include/ffitarget.h:src/$TARGETDIR/ffitarget.h)
289
290AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile)
1450eb7a 291
3ed8e5b6 292AC_OUTPUT