blob: 3176130c38e427f6a1a0133ba648e9755adb401b [file] [log] [blame]
Ben Ellistonbce1b481998-09-30 02:13:15 +00001# Process this file with autoconf to produce a configure script.
Jakub Jelinek85ec4fe2018-01-03 11:03:58 +01002# Copyright (C) 1994-2018 Free Software Foundation, Inc.
Nathanael Nerode9c01f392004-04-09 11:43:02 +00003# Originally contributed by Dave Love (d.love@dl.ac.uk).
Ben Ellistonbce1b481998-09-30 02:13:15 +00004#
Nathanael Nerode9c01f392004-04-09 11:43:02 +00005#This file is part of GCC.
Ben Ellistonbce1b481998-09-30 02:13:15 +00006#
Nathanael Nerode9c01f392004-04-09 11:43:02 +00007#GCC is free software; you can redistribute it and/or modify
Ben Ellistonbce1b481998-09-30 02:13:15 +00008#it under the terms of the GNU General Public License as published by
Jakub Jelinek748086b2009-04-09 17:00:19 +02009#the Free Software Foundation; either version 3, or (at your option)
Ben Ellistonbce1b481998-09-30 02:13:15 +000010#any later version.
11#
Nathanael Nerode9c01f392004-04-09 11:43:02 +000012#GCC is distributed in the hope that it will be useful,
Ben Ellistonbce1b481998-09-30 02:13:15 +000013#but WITHOUT ANY WARRANTY; without even the implied warranty of
14#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15#GNU General Public License for more details.
16#
17#You should have received a copy of the GNU General Public License
Jakub Jelinek748086b2009-04-09 17:00:19 +020018#along with GCC; see the file COPYING3. If not see
19#<http://www.gnu.org/licenses/>.
Ben Ellistonbce1b481998-09-30 02:13:15 +000020
Ralf Wildenhuesdf58e642009-08-24 19:08:51 +000021AC_PREREQ(2.64)
Andrew Pinski684c64b2004-06-11 20:11:12 +000022AC_INIT(package-unused, version-unused,, libobjc)
Nathanael Nerode252dde62004-04-09 12:40:59 +000023AC_CONFIG_SRCDIR([objc/objc.h])
Paolo Bonzini215c3512005-02-28 13:26:36 +000024GCC_TOPLEV_SUBDIRS
Ben Ellistonbce1b481998-09-30 02:13:15 +000025
Nathanael Nerode252dde62004-04-09 12:40:59 +000026# We need the following definitions because AC_PROG_LIBTOOL relies on them
Nathanael Nerode1fcfac92004-04-09 11:50:51 +000027PACKAGE=libobjc
Nathanael Nerode252dde62004-04-09 12:40:59 +000028# Version is pulled out to make it a bit easier to change using sed.
Nicola Peroc7907a52011-06-08 08:24:15 +000029VERSION=4:0:0
Nathanael Nerode1fcfac92004-04-09 11:50:51 +000030AC_SUBST(VERSION)
31
Alexandre Oliva6706f112002-05-08 04:38:00 +000032# This works around the fact that libtool configuration may change LD
33# for this particular configuration, but some shells, instead of
34# keeping the changes in LD private, export them just because LD is
35# exported.
36ORIGINAL_LD_FOR_MULTILIBS=$LD
37
Nathanael Nerode252dde62004-04-09 12:40:59 +000038# -------
39# Options
40# -------
41
Nathanael Nerode252dde62004-04-09 12:40:59 +000042# We use these options to decide which functions to include.
43AC_ARG_WITH(target-subdir,
44[ --with-target-subdir=SUBDIR
45 configuring in a subdirectory])
46AC_ARG_WITH(cross-host,
47[ --with-cross-host=HOST configuring with a cross compiler])
48
49AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
50AC_ARG_ENABLE(version-specific-runtime-libs,
51[ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory ],
52[case "$enableval" in
53 yes) version_specific_libs=yes ;;
54 no) version_specific_libs=no ;;
55 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);;
56 esac],
57[version_specific_libs=no])
58AC_MSG_RESULT($version_specific_libs)
59
Nathanael Nerode252dde62004-04-09 12:40:59 +000060# -----------
61# Directories
62# -----------
Nathanael Nerode9c01f392004-04-09 11:43:02 +000063
Geoffrey Keating5b043f02006-10-15 07:42:57 +000064# Find the rest of the source tree framework.
65AM_ENABLE_MULTILIB(, ..)
DJ Delorieaebb8c22002-06-25 23:53:45 -040066
Franz Sirlb150efe2002-02-11 18:10:05 +000067AC_CANONICAL_SYSTEM
Nathanael Nerode1506eac2004-08-28 11:18:12 +000068ACX_NONCANONICAL_TARGET
Franz Sirlb150efe2002-02-11 18:10:05 +000069
Nathanael Nerodeaf0c82b2004-04-09 12:49:16 +000070# Export source directory.
Nathanael Nerode9c01f392004-04-09 11:43:02 +000071# These need to be absolute paths, yet at the same time need to
72# canonicalize only relative paths, because then amd will not unmount
73# drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
Nathanael Nerode9c01f392004-04-09 11:43:02 +000074case $srcdir in
Nathanael Nerode252dde62004-04-09 12:40:59 +000075 [\\/$]* | ?:[\\/]*) glibcpp_srcdir=${srcdir} ;;
76 *) glibcpp_srcdir=`cd "$srcdir" && ${PWDCMD-pwd} || echo "$srcdir"` ;;
Nathanael Nerode9c01f392004-04-09 11:43:02 +000077esac
Nathanael Nerode9c01f392004-04-09 11:43:02 +000078AC_SUBST(glibcpp_srcdir)
79
Nathanael Nerode608e1e02004-04-09 13:08:31 +000080# Calculate toolexeclibdir
Nathanael Nerodea42a57c2004-04-14 20:08:02 +000081# Also toolexecdir, though it's only used in toolexeclibdir
Nathanael Nerode9c01f392004-04-09 11:43:02 +000082case ${version_specific_libs} in
83 yes)
84 # Need the gcc compiler version to know where to install libraries
85 # and header files if --enable-version-specific-runtime-libs option
86 # is selected.
Nathanael Nerodea42a57c2004-04-14 20:08:02 +000087 toolexecdir='$(libdir)/gcc/$(target_noncanonical)'
Zack Weinberg2b37e3d2005-03-21 17:42:26 +000088 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
Nathanael Nerode9c01f392004-04-09 11:43:02 +000089 ;;
90 no)
91 if test -n "$with_cross_host" &&
92 test x"$with_cross_host" != x"no"; then
Nathanael Nerode9c01f392004-04-09 11:43:02 +000093 # Install a library built with a cross compiler in tooldir, not libdir.
Nathanael Nerodea42a57c2004-04-14 20:08:02 +000094 toolexecdir='$(exec_prefix)/$(target_noncanonical)'
Nathanael Nerode608e1e02004-04-09 13:08:31 +000095 toolexeclibdir='$(toolexecdir)/lib'
96 else
Nathanael Nerodea42a57c2004-04-14 20:08:02 +000097 toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
Nathanael Nerode608e1e02004-04-09 13:08:31 +000098 toolexeclibdir='$(libdir)'
Nathanael Nerode9c01f392004-04-09 11:43:02 +000099 fi
100 multi_os_directory=`$CC -print-multi-os-directory`
101 case $multi_os_directory in
102 .) ;; # Avoid trailing /.
Nathanael Nerode608e1e02004-04-09 13:08:31 +0000103 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
Nathanael Nerode9c01f392004-04-09 11:43:02 +0000104 esac
105 ;;
106esac
Nathanael Nerodea42a57c2004-04-14 20:08:02 +0000107AC_SUBST(toolexecdir)
Nathanael Nerode608e1e02004-04-09 13:08:31 +0000108AC_SUBST(toolexeclibdir)
Nathanael Nerode9c01f392004-04-09 11:43:02 +0000109
Andrew Pinskiff65de72004-05-25 22:39:02 +0000110# Figure out if we want to name the include directory and the
111# library name changes differently.
Andrew Pinski7d34a5a2004-05-26 01:21:46 +0000112includedirname=include
Andrew Pinski45d5f862007-06-02 01:35:59 +0000113libsuffix=
Andrew Pinskiff65de72004-05-25 22:39:02 +0000114case "${host}" in
115 *-darwin*)
116 # Darwin is the only target so far that needs a different include directory.
Andrew Pinski7d34a5a2004-05-26 01:21:46 +0000117 includedirname=include-gnu-runtime
Andrew Pinskiaf333b92007-06-03 20:38:37 +0000118 libsuffix=-gnu
Andrew Pinskiff65de72004-05-25 22:39:02 +0000119 ;;
120esac
Andrew Pinski7d34a5a2004-05-26 01:21:46 +0000121AC_SUBST(includedirname)
H.J. Lu4620d812007-06-02 16:15:04 +0000122AC_SUBST(libsuffix)
Andrew Pinskiff65de72004-05-25 22:39:02 +0000123
Andrew Pinski049bc402004-10-01 03:46:39 +0000124AC_CONFIG_HEADERS(config.h)
125
Nathanael Nerode252dde62004-04-09 12:40:59 +0000126# --------
127# Programs
128# --------
129
130GCC_NO_EXECUTABLES
Nathanael Nerodedb7f3c62004-04-15 17:05:36 +0000131
132# We must force CC to /not/ be a precious variable; otherwise
133# the wrong, non-multilib-adjusted value will be used in multilibs.
134# As a side effect, we have to subst CFLAGS ourselves.
135m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS])
136m4_define([_AC_ARG_VAR_PRECIOUS],[])
Nathanael Nerode252dde62004-04-09 12:40:59 +0000137AC_PROG_CC
Ralf Wildenhues1b3b24c2009-07-30 19:41:13 +0000138m4_rename_force([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
Nathanael Nerodedb7f3c62004-04-15 17:05:36 +0000139
Andrew Pinskia5a813f2005-08-13 23:44:14 +0000140# extra LD Flags which are required for targets
Dave Korn7de6ba72010-12-06 00:50:04 +0000141ACX_LT_HOST_FLAGS
Andrew Pinskia5a813f2005-08-13 23:44:14 +0000142case "${host}" in
143 *-darwin*)
144 # Darwin needs -single_module when linking libobjc
Dave Korn7de6ba72010-12-06 00:50:04 +0000145 extra_ldflags_libobjc='$(lt_host_flags) -Wl,-single_module'
Andrew Pinskia5a813f2005-08-13 23:44:14 +0000146 ;;
Dave Korn19222952010-03-23 05:05:35 +0000147 *-cygwin*|*-mingw*)
148 # Tell libtool to build DLLs on Windows
Dave Korn7de6ba72010-12-06 00:50:04 +0000149 extra_ldflags_libobjc='$(lt_host_flags)'
Dave Korn19222952010-03-23 05:05:35 +0000150 ;;
Andrew Pinskia5a813f2005-08-13 23:44:14 +0000151esac
152AC_SUBST(extra_ldflags_libobjc)
153
Igor Tsimbalist7b7168c2017-11-17 23:48:36 +0100154# Add CET specific flags if CET is enabled
155GCC_CET_FLAGS(CET_FLAGS)
156XCFLAGS="$XCFLAGS $CET_FLAGS"
157
Nathanael Nerodedb7f3c62004-04-15 17:05:36 +0000158AC_SUBST(CFLAGS)
Igor Tsimbalist7b7168c2017-11-17 23:48:36 +0100159AC_SUBST(XCFLAGS)
Nathanael Nerode252dde62004-04-09 12:40:59 +0000160
161AC_CHECK_TOOL(AS, as)
162AC_CHECK_TOOL(AR, ar)
163AC_CHECK_TOOL(RANLIB, ranlib, :)
164AC_PROG_INSTALL
Geoffrey Keating7c6b0e92001-02-09 07:14:35 +0000165
Mike Stumpdd365152004-10-20 01:26:37 +0000166AM_MAINTAINER_MODE
167
Nathanael Nerode9c01f392004-04-09 11:43:02 +0000168# Enable Win32 DLL on MS Windows - FIXME
169AC_LIBTOOL_WIN32_DLL
Geoffrey Keating7c6b0e92001-02-09 07:14:35 +0000170
Franz Sirlb150efe2002-02-11 18:10:05 +0000171AC_PROG_LIBTOOL
Ben Ellistonbce1b481998-09-30 02:13:15 +0000172
Mike Stumpdd365152004-10-20 01:26:37 +0000173AM_PROG_CC_C_O
174
Franz Sirlb150efe2002-02-11 18:10:05 +0000175AC_PROG_MAKE_SET
Ben Ellistonbce1b481998-09-30 02:13:15 +0000176
Nathanael Nerode252dde62004-04-09 12:40:59 +0000177# -------
178# Headers
179# -------
180
Ben Ellistonbce1b481998-09-30 02:13:15 +0000181# Sanity check for the cross-compilation case:
182AC_CHECK_HEADER(stdio.h,:,
183 [AC_MSG_ERROR([Can't find stdio.h.
184You must have a usable C system for the target already installed, at least
185including headers and, preferably, the library, before you can configure
186the Objective C runtime system. If necessary, install gcc now with
187\`LANGUAGES=c', then the target library, then build with \`LANGUAGES=objc'.])])
188
189AC_HEADER_STDC
190
Ovidiu Predescud972a4c2000-08-15 07:38:04 +0000191AC_CHECK_HEADERS(sched.h)
192
Nathanael Nerode252dde62004-04-09 12:40:59 +0000193# -----------
194# Miscellanea
195# -----------
196
Nicola Perofd312532010-09-14 10:23:37 +0000197# Check if we have thread-local storage
198GCC_CHECK_TLS
Ben Ellistonbce1b481998-09-30 02:13:15 +0000199
Trevor Saunders539280a2015-05-02 04:11:07 +0000200gt_BITFIELD_TYPE_MATTERS
201
Matthias Klose114bf3f2016-11-30 00:12:45 +0000202# -----------
203# boehm-gc
204# -----------
205
206AC_ARG_ENABLE(objc-gc,
207[AS_HELP_STRING([--enable-objc-gc],
208 [enable use of Boehm's garbage collector with the
Jakub Jelinekac02e9a2016-11-30 12:42:04 +0100209 GNU Objective-C runtime])],,enable_objc_gc=no)
Matthias Klose114bf3f2016-11-30 00:12:45 +0000210AC_ARG_WITH([target-bdw-gc],
211[AS_HELP_STRING([--with-target-bdw-gc=PATHLIST],
212 [specify prefix directory for installed bdw-gc package.
213 Equivalent to --with-target-bdw-gc-include=PATH/include
214 plus --with-target-bdw-gc-lib=PATH/lib])])
215AC_ARG_WITH([target-bdw-gc-include],
216[AS_HELP_STRING([--with-target-bdw-gc-include=PATHLIST],
217 [specify directories for installed bdw-gc include files])])
218AC_ARG_WITH([target-bdw-gc-lib],
219[AS_HELP_STRING([--with-target-bdw-gc-lib=PATHLIST],
220 [specify directories for installed bdw-gc library])])
221
222case "$enable_objc_gc" in
223no)
224 use_bdw_gc=no
225 ;;
226*)
227 AC_MSG_CHECKING([for bdw garbage collector])
228 if test "x$with_target_bdw_gc$with_target_bdw_gc_include$with_target_bdw_gc_lib" = x; then
Matthias Klose825fba52016-12-01 12:31:49 +0000229 dnl no bdw-gw options, assuming bdw-gc in default locations
230 BDW_GC_CFLAGS=
231 BDW_GC_LIBS="-lgc"
Matthias Klose114bf3f2016-11-30 00:12:45 +0000232 else
233 dnl bdw-gw options passed by configure flags
234 if test "x$with_target_bdw_gc_include" = x && test "x$with_target_bdw_gc_lib" != x; then
235 AC_MSG_ERROR([found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing])
236 elif test "x$with_target_bdw_gc_include" != x && test "x$with_target_bdw_gc_lib" = x; then
237 AC_MSG_ERROR([found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing])
238 else
239 AC_MSG_RESULT([using paths configured with --with-target-bdw-gc options])
240 fi
241 mldir=`${CC-gcc} --print-multi-directory 2>/dev/null`
242 bdw_val=
243 if test "x$with_target_bdw_gc" != x; then
244 for i in `echo $with_target_bdw_gc | tr ',' ' '`; do
245 case "$i" in
246 *=*) sd=${i%%=*}; d=${i#*=} ;;
247 *) sd=.; d=$i ;;
248 esac
249 if test "$mldir" = "$sd"; then
250 bdw_val=$d
251 fi
252 done
253 if test "x$bdw_val" = x; then
254 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc])
255 fi
256 bdw_inc_dir="$bdw_val/include"
257 bdw_lib_dir="$bdw_val/lib"
258 fi
259 bdw_val=
260 if test "x$with_target_bdw_gc_include" != x; then
261 for i in `echo $with_target_bdw_gc_include | tr ',' ' '`; do
262 case "$i" in
263 *=*) sd=${i%%=*}; d=${i#*=} ;;
Matthias Klose84651322017-01-18 15:48:54 +0000264 *) sd=.; d=$i; fallback=$i ;;
Matthias Klose114bf3f2016-11-30 00:12:45 +0000265 esac
266 if test "$mldir" = "$sd"; then
267 bdw_val=$d
268 fi
269 done
Matthias Klose84651322017-01-18 15:48:54 +0000270 if test "x$bdw_val" = x && test "x$bdw_inc_dir" = x && test "x$fallback" != x; then
271 bdw_inc_dir="$fallback"
272 elif test "x$bdw_val" = x; then
Matthias Klose114bf3f2016-11-30 00:12:45 +0000273 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc-include])
Matthias Klose84651322017-01-18 15:48:54 +0000274 else
275 bdw_inc_dir="$bdw_val"
Matthias Klose114bf3f2016-11-30 00:12:45 +0000276 fi
Matthias Klose114bf3f2016-11-30 00:12:45 +0000277 fi
278 bdw_val=
279 if test "x$with_target_bdw_gc_lib" != x; then
280 for i in `echo $with_target_bdw_gc_lib | tr ',' ' '`; do
281 case "$i" in
282 *=*) sd=${i%%=*}; d=${i#*=} ;;
283 *) sd=.; d=$i ;;
284 esac
285 if test "$mldir" = "$sd"; then
286 bdw_val=$d
287 fi
288 done
289 if test "x$bdw_val" = x; then
290 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc-lib])
291 fi
292 bdw_lib_dir="$bdw_val"
293 fi
294 if test "x$bdw_inc_dir" = x; then
295 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc-include])
296 fi
297 if test "x$bdw_lib_dir" = x; then
298 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc-lib])
299 fi
300 BDW_GC_CFLAGS="-I$bdw_inc_dir"
Matthias Klose84651322017-01-18 15:48:54 +0000301 if test -f $bdw_lib_dir/libgc.la; then
302 BDW_GC_LIBS="$bdw_lib_dir/libgc.la"
303 else
304 BDW_GC_LIBS="-L$bdw_lib_dir -lgc"
305 fi
Matthias Klose114bf3f2016-11-30 00:12:45 +0000306 AC_MSG_RESULT([found])
307 fi
308
Matthias Klose84651322017-01-18 15:48:54 +0000309 case "$BDW_GC_LIBS" in
310 *libgc.la)
Matthias Klose114bf3f2016-11-30 00:12:45 +0000311 use_bdw_gc=yes
Matthias Klose84651322017-01-18 15:48:54 +0000312 ;;
313 *)
314 AC_MSG_CHECKING([for system boehm-gc])
315 save_CFLAGS=$CFLAGS
316 save_LIBS=$LIBS
317 CFLAGS="$CFLAGS $BDW_GC_CFLAGS"
318 LIBS="$LIBS $BDW_GC_LIBS"
319 dnl the link test is not good enough for ARM32 multilib detection,
320 dnl first check to link, then to run
321 AC_LINK_IFELSE(
322 [AC_LANG_PROGRAM([#include <gc/gc.h>],[GC_init()])],
323 [
324 AC_RUN_IFELSE([AC_LANG_SOURCE([[
325 #include <gc/gc.h>
326 int main() {
327 GC_init();
328 return 0;
329 }
330 ]])],
331 [system_bdw_gc_found=yes],
332 [system_bdw_gc_found=no],
333 dnl assume no system boehm-gc for cross builds ...
334 [system_bdw_gc_found=no]
335 )
336 ],
337 [system_bdw_gc_found=no])
338 CFLAGS=$save_CFLAGS
339 LIBS=$save_LIBS
340 if test x$enable_objc_gc = xauto && test x$system_bdw_gc_found = xno; then
341 AC_MSG_WARN([system bdw-gc not found, not building libobjc_gc])
342 use_bdw_gc=no
343 elif test x$enable_objc_gc = xyes && test x$system_bdw_gc_found = xno; then
344 AC_MSG_ERROR([system bdw-gc required but not found])
345 else
346 use_bdw_gc=yes
347 AC_MSG_RESULT([found])
348 fi
349 esac
Matthias Klose114bf3f2016-11-30 00:12:45 +0000350esac
351
352if test "$use_bdw_gc" = no; then
353 OBJC_GCFLAGS=''
354 OBJC_BOEHM_GC=''
355 OBJC_BOEHM_GC_INCLUDES=''
356 OBJC_BOEHM_GC_LIBS=''
357else
358 OBJC_GCFLAGS='-DOBJC_WITH_GC=1'
359 OBJC_BOEHM_GC='libobjc_gc$(libsuffix).la'
360 OBJC_BOEHM_GC_INCLUDES=$BDW_GC_CFLAGS
361 OBJC_BOEHM_GC_LIBS=$BDW_GC_LIBS
362fi
363AC_SUBST(OBJC_GCFLAGS)
364AC_SUBST(OBJC_BOEHM_GC)
365AC_SUBST(OBJC_BOEHM_GC_INCLUDES)
366AC_SUBST(OBJC_BOEHM_GC_LIBS)
367
Jakub Jelinek3c36aa62017-01-17 10:38:48 +0100368# Determine what GCC version number to use in filesystem paths.
369GCC_BASE_VER
370
Nathanael Nerode252dde62004-04-09 12:40:59 +0000371# ------
372# Output
373# ------
Ben Ellistonbce1b481998-09-30 02:13:15 +0000374
H.J. Lu2c888482007-10-14 18:17:14 +0000375if test ${multilib} = yes; then
376 multilib_arg="--enable-multilib"
377else
378 multilib_arg=
379fi
380
Nathanael Nerode252dde62004-04-09 12:40:59 +0000381AC_CONFIG_FILES([Makefile])
Nathanael Nerode252dde62004-04-09 12:40:59 +0000382AC_OUTPUT