blob: c1104db85f00fc2f8cfbbc6b97a3e1ec8c7e29c1 [file] [log] [blame]
Ben Ellistonbce1b481998-09-30 02:13:15 +00001# Process this file with autoconf to produce a configure script.
Thomas Koenigb18a97e2021-09-13 19:49:49 +02002# Copyright (C) 1994-2021 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
Andrew Pinski684c64b2004-06-11 20:11:12 +000021AC_INIT(package-unused, version-unused,, libobjc)
Nathanael Nerode252dde62004-04-09 12:40:59 +000022AC_CONFIG_SRCDIR([objc/objc.h])
Paolo Bonzini215c3512005-02-28 13:26:36 +000023GCC_TOPLEV_SUBDIRS
Ben Ellistonbce1b481998-09-30 02:13:15 +000024
Nathanael Nerode252dde62004-04-09 12:40:59 +000025# We need the following definitions because AC_PROG_LIBTOOL relies on them
Nathanael Nerode1fcfac92004-04-09 11:50:51 +000026PACKAGE=libobjc
Nathanael Nerode252dde62004-04-09 12:40:59 +000027# Version is pulled out to make it a bit easier to change using sed.
Nicola Peroc7907a52011-06-08 08:24:15 +000028VERSION=4:0:0
Nathanael Nerode1fcfac92004-04-09 11:50:51 +000029AC_SUBST(VERSION)
30
Alexandre Oliva6706f112002-05-08 04:38:00 +000031# This works around the fact that libtool configuration may change LD
32# for this particular configuration, but some shells, instead of
33# keeping the changes in LD private, export them just because LD is
34# exported.
35ORIGINAL_LD_FOR_MULTILIBS=$LD
36
Nathanael Nerode252dde62004-04-09 12:40:59 +000037# -------
38# Options
39# -------
40
Nathanael Nerode252dde62004-04-09 12:40:59 +000041# We use these options to decide which functions to include.
42AC_ARG_WITH(target-subdir,
43[ --with-target-subdir=SUBDIR
44 configuring in a subdirectory])
45AC_ARG_WITH(cross-host,
46[ --with-cross-host=HOST configuring with a cross compiler])
47
48AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
49AC_ARG_ENABLE(version-specific-runtime-libs,
50[ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory ],
51[case "$enableval" in
52 yes) version_specific_libs=yes ;;
53 no) version_specific_libs=no ;;
54 *) AC_MSG_ERROR([Unknown argument to enable/disable version-specific libs]);;
55 esac],
56[version_specific_libs=no])
57AC_MSG_RESULT($version_specific_libs)
58
Nathanael Nerode252dde62004-04-09 12:40:59 +000059# -----------
60# Directories
61# -----------
Nathanael Nerode9c01f392004-04-09 11:43:02 +000062
Geoffrey Keating5b043f02006-10-15 07:42:57 +000063# Find the rest of the source tree framework.
64AM_ENABLE_MULTILIB(, ..)
DJ Delorieaebb8c22002-06-25 23:53:45 -040065
Franz Sirlb150efe2002-02-11 18:10:05 +000066AC_CANONICAL_SYSTEM
Nathanael Nerode1506eac2004-08-28 11:18:12 +000067ACX_NONCANONICAL_TARGET
Franz Sirlb150efe2002-02-11 18:10:05 +000068
Nathanael Nerodeaf0c82b2004-04-09 12:49:16 +000069# Export source directory.
Nathanael Nerode9c01f392004-04-09 11:43:02 +000070# These need to be absolute paths, yet at the same time need to
71# canonicalize only relative paths, because then amd will not unmount
72# drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
Nathanael Nerode9c01f392004-04-09 11:43:02 +000073case $srcdir in
Nathanael Nerode252dde62004-04-09 12:40:59 +000074 [\\/$]* | ?:[\\/]*) glibcpp_srcdir=${srcdir} ;;
75 *) glibcpp_srcdir=`cd "$srcdir" && ${PWDCMD-pwd} || echo "$srcdir"` ;;
Nathanael Nerode9c01f392004-04-09 11:43:02 +000076esac
Nathanael Nerode9c01f392004-04-09 11:43:02 +000077AC_SUBST(glibcpp_srcdir)
78
Maciej W. Rozyckie8e66972020-01-24 11:24:25 +000079GCC_WITH_TOOLEXECLIBDIR
80
Nathanael Nerode608e1e02004-04-09 13:08:31 +000081# Calculate toolexeclibdir
Nathanael Nerodea42a57c2004-04-14 20:08:02 +000082# Also toolexecdir, though it's only used in toolexeclibdir
Nathanael Nerode9c01f392004-04-09 11:43:02 +000083case ${version_specific_libs} in
84 yes)
85 # Need the gcc compiler version to know where to install libraries
86 # and header files if --enable-version-specific-runtime-libs option
87 # is selected.
Nathanael Nerodea42a57c2004-04-14 20:08:02 +000088 toolexecdir='$(libdir)/gcc/$(target_noncanonical)'
Zack Weinberg2b37e3d2005-03-21 17:42:26 +000089 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
Nathanael Nerode9c01f392004-04-09 11:43:02 +000090 ;;
91 no)
92 if test -n "$with_cross_host" &&
93 test x"$with_cross_host" != x"no"; then
Nathanael Nerode9c01f392004-04-09 11:43:02 +000094 # Install a library built with a cross compiler in tooldir, not libdir.
Nathanael Nerodea42a57c2004-04-14 20:08:02 +000095 toolexecdir='$(exec_prefix)/$(target_noncanonical)'
Maciej W. Rozyckie8e66972020-01-24 11:24:25 +000096 case ${with_toolexeclibdir} in
97 no)
98 toolexeclibdir='$(toolexecdir)/lib'
99 ;;
100 *)
101 toolexeclibdir=${with_toolexeclibdir}
102 ;;
103 esac
Nathanael Nerode608e1e02004-04-09 13:08:31 +0000104 else
Nathanael Nerodea42a57c2004-04-14 20:08:02 +0000105 toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
Nathanael Nerode608e1e02004-04-09 13:08:31 +0000106 toolexeclibdir='$(libdir)'
Nathanael Nerode9c01f392004-04-09 11:43:02 +0000107 fi
108 multi_os_directory=`$CC -print-multi-os-directory`
109 case $multi_os_directory in
110 .) ;; # Avoid trailing /.
Nathanael Nerode608e1e02004-04-09 13:08:31 +0000111 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
Nathanael Nerode9c01f392004-04-09 11:43:02 +0000112 esac
113 ;;
114esac
Nathanael Nerodea42a57c2004-04-14 20:08:02 +0000115AC_SUBST(toolexecdir)
Nathanael Nerode608e1e02004-04-09 13:08:31 +0000116AC_SUBST(toolexeclibdir)
Nathanael Nerode9c01f392004-04-09 11:43:02 +0000117
Andrew Pinskiff65de72004-05-25 22:39:02 +0000118# Figure out if we want to name the include directory and the
119# library name changes differently.
Andrew Pinski7d34a5a2004-05-26 01:21:46 +0000120includedirname=include
Andrew Pinski45d5f862007-06-02 01:35:59 +0000121libsuffix=
Andrew Pinskiff65de72004-05-25 22:39:02 +0000122case "${host}" in
123 *-darwin*)
124 # Darwin is the only target so far that needs a different include directory.
Andrew Pinski7d34a5a2004-05-26 01:21:46 +0000125 includedirname=include-gnu-runtime
Andrew Pinskiaf333b92007-06-03 20:38:37 +0000126 libsuffix=-gnu
Andrew Pinskiff65de72004-05-25 22:39:02 +0000127 ;;
128esac
Andrew Pinski7d34a5a2004-05-26 01:21:46 +0000129AC_SUBST(includedirname)
H.J. Lu4620d812007-06-02 16:15:04 +0000130AC_SUBST(libsuffix)
Andrew Pinskiff65de72004-05-25 22:39:02 +0000131
Andrew Pinski049bc402004-10-01 03:46:39 +0000132AC_CONFIG_HEADERS(config.h)
133
Nathanael Nerode252dde62004-04-09 12:40:59 +0000134# --------
135# Programs
136# --------
137
138GCC_NO_EXECUTABLES
Nathanael Nerodedb7f3c62004-04-15 17:05:36 +0000139
140# We must force CC to /not/ be a precious variable; otherwise
141# the wrong, non-multilib-adjusted value will be used in multilibs.
142# As a side effect, we have to subst CFLAGS ourselves.
143m4_rename([_AC_ARG_VAR_PRECIOUS],[real_PRECIOUS])
144m4_define([_AC_ARG_VAR_PRECIOUS],[])
Nathanael Nerode252dde62004-04-09 12:40:59 +0000145AC_PROG_CC
Ralf Wildenhues1b3b24c2009-07-30 19:41:13 +0000146m4_rename_force([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
Nathanael Nerodedb7f3c62004-04-15 17:05:36 +0000147
Andrew Pinskia5a813f2005-08-13 23:44:14 +0000148# extra LD Flags which are required for targets
Dave Korn7de6ba72010-12-06 00:50:04 +0000149ACX_LT_HOST_FLAGS
Andrew Pinskia5a813f2005-08-13 23:44:14 +0000150case "${host}" in
151 *-darwin*)
152 # Darwin needs -single_module when linking libobjc
Dave Korn7de6ba72010-12-06 00:50:04 +0000153 extra_ldflags_libobjc='$(lt_host_flags) -Wl,-single_module'
Andrew Pinskia5a813f2005-08-13 23:44:14 +0000154 ;;
Dave Korn19222952010-03-23 05:05:35 +0000155 *-cygwin*|*-mingw*)
156 # Tell libtool to build DLLs on Windows
Dave Korn7de6ba72010-12-06 00:50:04 +0000157 extra_ldflags_libobjc='$(lt_host_flags)'
Dave Korn19222952010-03-23 05:05:35 +0000158 ;;
Andrew Pinskia5a813f2005-08-13 23:44:14 +0000159esac
160AC_SUBST(extra_ldflags_libobjc)
161
Igor Tsimbalist7b7168c2017-11-17 23:48:36 +0100162# Add CET specific flags if CET is enabled
163GCC_CET_FLAGS(CET_FLAGS)
164XCFLAGS="$XCFLAGS $CET_FLAGS"
165
Nathanael Nerodedb7f3c62004-04-15 17:05:36 +0000166AC_SUBST(CFLAGS)
Igor Tsimbalist7b7168c2017-11-17 23:48:36 +0100167AC_SUBST(XCFLAGS)
Nathanael Nerode252dde62004-04-09 12:40:59 +0000168
169AC_CHECK_TOOL(AS, as)
170AC_CHECK_TOOL(AR, ar)
171AC_CHECK_TOOL(RANLIB, ranlib, :)
172AC_PROG_INSTALL
Geoffrey Keating7c6b0e92001-02-09 07:14:35 +0000173
Mike Stumpdd365152004-10-20 01:26:37 +0000174AM_MAINTAINER_MODE
175
Nathanael Nerode9c01f392004-04-09 11:43:02 +0000176# Enable Win32 DLL on MS Windows - FIXME
177AC_LIBTOOL_WIN32_DLL
Geoffrey Keating7c6b0e92001-02-09 07:14:35 +0000178
Franz Sirlb150efe2002-02-11 18:10:05 +0000179AC_PROG_LIBTOOL
Ben Ellistonbce1b481998-09-30 02:13:15 +0000180
Mike Stumpdd365152004-10-20 01:26:37 +0000181AM_PROG_CC_C_O
182
Franz Sirlb150efe2002-02-11 18:10:05 +0000183AC_PROG_MAKE_SET
Ben Ellistonbce1b481998-09-30 02:13:15 +0000184
Nathanael Nerode252dde62004-04-09 12:40:59 +0000185# -------
186# Headers
187# -------
188
Ben Ellistonbce1b481998-09-30 02:13:15 +0000189# Sanity check for the cross-compilation case:
190AC_CHECK_HEADER(stdio.h,:,
191 [AC_MSG_ERROR([Can't find stdio.h.
192You must have a usable C system for the target already installed, at least
193including headers and, preferably, the library, before you can configure
194the Objective C runtime system. If necessary, install gcc now with
195\`LANGUAGES=c', then the target library, then build with \`LANGUAGES=objc'.])])
196
197AC_HEADER_STDC
198
Ovidiu Predescud972a4c2000-08-15 07:38:04 +0000199AC_CHECK_HEADERS(sched.h)
200
Nathanael Nerode252dde62004-04-09 12:40:59 +0000201# -----------
202# Miscellanea
203# -----------
204
Nicola Perofd312532010-09-14 10:23:37 +0000205# Check if we have thread-local storage
206GCC_CHECK_TLS
Ben Ellistonbce1b481998-09-30 02:13:15 +0000207
Trevor Saunders539280a2015-05-02 04:11:07 +0000208gt_BITFIELD_TYPE_MATTERS
209
Matthias Klose114bf3f2016-11-30 00:12:45 +0000210# -----------
211# boehm-gc
212# -----------
213
214AC_ARG_ENABLE(objc-gc,
215[AS_HELP_STRING([--enable-objc-gc],
216 [enable use of Boehm's garbage collector with the
Jakub Jelinekac02e9a2016-11-30 12:42:04 +0100217 GNU Objective-C runtime])],,enable_objc_gc=no)
Matthias Klose114bf3f2016-11-30 00:12:45 +0000218AC_ARG_WITH([target-bdw-gc],
219[AS_HELP_STRING([--with-target-bdw-gc=PATHLIST],
220 [specify prefix directory for installed bdw-gc package.
221 Equivalent to --with-target-bdw-gc-include=PATH/include
222 plus --with-target-bdw-gc-lib=PATH/lib])])
223AC_ARG_WITH([target-bdw-gc-include],
224[AS_HELP_STRING([--with-target-bdw-gc-include=PATHLIST],
225 [specify directories for installed bdw-gc include files])])
226AC_ARG_WITH([target-bdw-gc-lib],
227[AS_HELP_STRING([--with-target-bdw-gc-lib=PATHLIST],
228 [specify directories for installed bdw-gc library])])
229
230case "$enable_objc_gc" in
231no)
232 use_bdw_gc=no
233 ;;
234*)
235 AC_MSG_CHECKING([for bdw garbage collector])
236 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 +0000237 dnl no bdw-gw options, assuming bdw-gc in default locations
238 BDW_GC_CFLAGS=
239 BDW_GC_LIBS="-lgc"
Matthias Klose114bf3f2016-11-30 00:12:45 +0000240 else
241 dnl bdw-gw options passed by configure flags
242 if test "x$with_target_bdw_gc_include" = x && test "x$with_target_bdw_gc_lib" != x; then
243 AC_MSG_ERROR([found --with-target-bdw-gc-lib but --with-target-bdw-gc-include missing])
244 elif test "x$with_target_bdw_gc_include" != x && test "x$with_target_bdw_gc_lib" = x; then
245 AC_MSG_ERROR([found --with-target-bdw-gc-include but --with-target-bdw-gc-lib missing])
246 else
247 AC_MSG_RESULT([using paths configured with --with-target-bdw-gc options])
248 fi
249 mldir=`${CC-gcc} --print-multi-directory 2>/dev/null`
250 bdw_val=
251 if test "x$with_target_bdw_gc" != x; then
252 for i in `echo $with_target_bdw_gc | tr ',' ' '`; do
253 case "$i" in
254 *=*) sd=${i%%=*}; d=${i#*=} ;;
255 *) sd=.; d=$i ;;
256 esac
257 if test "$mldir" = "$sd"; then
258 bdw_val=$d
259 fi
260 done
261 if test "x$bdw_val" = x; then
262 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc])
263 fi
264 bdw_inc_dir="$bdw_val/include"
265 bdw_lib_dir="$bdw_val/lib"
266 fi
267 bdw_val=
268 if test "x$with_target_bdw_gc_include" != x; then
269 for i in `echo $with_target_bdw_gc_include | tr ',' ' '`; do
270 case "$i" in
271 *=*) sd=${i%%=*}; d=${i#*=} ;;
Matthias Klose84651322017-01-18 15:48:54 +0000272 *) sd=.; d=$i; fallback=$i ;;
Matthias Klose114bf3f2016-11-30 00:12:45 +0000273 esac
274 if test "$mldir" = "$sd"; then
275 bdw_val=$d
276 fi
277 done
Matthias Klose84651322017-01-18 15:48:54 +0000278 if test "x$bdw_val" = x && test "x$bdw_inc_dir" = x && test "x$fallback" != x; then
279 bdw_inc_dir="$fallback"
280 elif test "x$bdw_val" = x; then
Matthias Klose114bf3f2016-11-30 00:12:45 +0000281 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc-include])
Matthias Klose84651322017-01-18 15:48:54 +0000282 else
283 bdw_inc_dir="$bdw_val"
Matthias Klose114bf3f2016-11-30 00:12:45 +0000284 fi
Matthias Klose114bf3f2016-11-30 00:12:45 +0000285 fi
286 bdw_val=
287 if test "x$with_target_bdw_gc_lib" != x; then
288 for i in `echo $with_target_bdw_gc_lib | tr ',' ' '`; do
289 case "$i" in
290 *=*) sd=${i%%=*}; d=${i#*=} ;;
291 *) sd=.; d=$i ;;
292 esac
293 if test "$mldir" = "$sd"; then
294 bdw_val=$d
295 fi
296 done
297 if test "x$bdw_val" = x; then
298 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc-lib])
299 fi
300 bdw_lib_dir="$bdw_val"
301 fi
302 if test "x$bdw_inc_dir" = x; then
303 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc-include])
304 fi
305 if test "x$bdw_lib_dir" = x; then
306 AC_MSG_ERROR([no multilib path ($mldir) found in --with-target-bdw-gc-lib])
307 fi
308 BDW_GC_CFLAGS="-I$bdw_inc_dir"
Matthias Klose84651322017-01-18 15:48:54 +0000309 if test -f $bdw_lib_dir/libgc.la; then
310 BDW_GC_LIBS="$bdw_lib_dir/libgc.la"
311 else
312 BDW_GC_LIBS="-L$bdw_lib_dir -lgc"
313 fi
Matthias Klose114bf3f2016-11-30 00:12:45 +0000314 AC_MSG_RESULT([found])
315 fi
316
Matthias Klose84651322017-01-18 15:48:54 +0000317 case "$BDW_GC_LIBS" in
318 *libgc.la)
Matthias Klose114bf3f2016-11-30 00:12:45 +0000319 use_bdw_gc=yes
Matthias Klose84651322017-01-18 15:48:54 +0000320 ;;
321 *)
322 AC_MSG_CHECKING([for system boehm-gc])
323 save_CFLAGS=$CFLAGS
324 save_LIBS=$LIBS
325 CFLAGS="$CFLAGS $BDW_GC_CFLAGS"
326 LIBS="$LIBS $BDW_GC_LIBS"
327 dnl the link test is not good enough for ARM32 multilib detection,
328 dnl first check to link, then to run
329 AC_LINK_IFELSE(
330 [AC_LANG_PROGRAM([#include <gc/gc.h>],[GC_init()])],
331 [
332 AC_RUN_IFELSE([AC_LANG_SOURCE([[
333 #include <gc/gc.h>
334 int main() {
335 GC_init();
336 return 0;
337 }
338 ]])],
339 [system_bdw_gc_found=yes],
340 [system_bdw_gc_found=no],
341 dnl assume no system boehm-gc for cross builds ...
342 [system_bdw_gc_found=no]
343 )
344 ],
345 [system_bdw_gc_found=no])
346 CFLAGS=$save_CFLAGS
347 LIBS=$save_LIBS
348 if test x$enable_objc_gc = xauto && test x$system_bdw_gc_found = xno; then
349 AC_MSG_WARN([system bdw-gc not found, not building libobjc_gc])
350 use_bdw_gc=no
351 elif test x$enable_objc_gc = xyes && test x$system_bdw_gc_found = xno; then
352 AC_MSG_ERROR([system bdw-gc required but not found])
353 else
354 use_bdw_gc=yes
355 AC_MSG_RESULT([found])
356 fi
357 esac
Matthias Klose114bf3f2016-11-30 00:12:45 +0000358esac
359
360if test "$use_bdw_gc" = no; then
361 OBJC_GCFLAGS=''
362 OBJC_BOEHM_GC=''
363 OBJC_BOEHM_GC_INCLUDES=''
364 OBJC_BOEHM_GC_LIBS=''
365else
366 OBJC_GCFLAGS='-DOBJC_WITH_GC=1'
367 OBJC_BOEHM_GC='libobjc_gc$(libsuffix).la'
368 OBJC_BOEHM_GC_INCLUDES=$BDW_GC_CFLAGS
369 OBJC_BOEHM_GC_LIBS=$BDW_GC_LIBS
370fi
371AC_SUBST(OBJC_GCFLAGS)
372AC_SUBST(OBJC_BOEHM_GC)
373AC_SUBST(OBJC_BOEHM_GC_INCLUDES)
374AC_SUBST(OBJC_BOEHM_GC_LIBS)
375
Jakub Jelinek3c36aa62017-01-17 10:38:48 +0100376# Determine what GCC version number to use in filesystem paths.
377GCC_BASE_VER
378
Nathanael Nerode252dde62004-04-09 12:40:59 +0000379# ------
380# Output
381# ------
Ben Ellistonbce1b481998-09-30 02:13:15 +0000382
H.J. Lu2c888482007-10-14 18:17:14 +0000383if test ${multilib} = yes; then
384 multilib_arg="--enable-multilib"
385else
386 multilib_arg=
387fi
388
Nathanael Nerode252dde62004-04-09 12:40:59 +0000389AC_CONFIG_FILES([Makefile])
Nathanael Nerode252dde62004-04-09 12:40:59 +0000390AC_OUTPUT