1992-12-31 02:30:27 +01:00
|
|
|
##############################################################################
|
1991-04-04 21:01:18 +02:00
|
|
|
|
1992-12-16 02:01:49 +01:00
|
|
|
## This file is a shell script fragment that supplies the information
|
|
|
|
## necessary to tailor a template configure script into the configure
|
|
|
|
## script appropriate for this directory. For more information, check
|
|
|
|
## any existing configure script.
|
1992-12-12 05:20:03 +01:00
|
|
|
|
1992-12-16 02:01:49 +01:00
|
|
|
## Be warned, there are two types of configure.in files. There are those
|
|
|
|
## used by Autoconf, which are macros which are expanded into a configure
|
|
|
|
## script by autoconf. The other sort, of which this is one, is executed
|
|
|
|
## by Cygnus configure.
|
1992-12-12 05:20:03 +01:00
|
|
|
|
1992-12-16 02:01:49 +01:00
|
|
|
## For more information on these two systems, check out the documentation
|
|
|
|
## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
|
1992-12-12 05:20:03 +01:00
|
|
|
|
1992-12-31 02:30:27 +01:00
|
|
|
##############################################################################
|
1992-12-16 02:01:49 +01:00
|
|
|
|
|
|
|
### To add a new directory to the tree, first choose whether it is a target
|
|
|
|
### or a host dependent tool. Then put it into the appropriate list
|
|
|
|
### (library or tools, host or target), doing a dependency sort. For
|
|
|
|
### example, gdb requires that byacc (or bison) be built first, so it is in
|
|
|
|
### the ${host_tools} list after byacc and bison.
|
|
|
|
|
|
|
|
|
|
|
|
# these libraries are used by various programs built for the host environment
|
|
|
|
#
|
1995-04-08 04:36:15 +02:00
|
|
|
host_libs="mmalloc libiberty opcodes bfd readline gash tcl tk tclX"
|
1992-12-16 02:01:49 +01:00
|
|
|
|
1994-09-30 01:36:58 +01:00
|
|
|
if [ "${enable_gdbgui}" = "yes" ] ; then
|
|
|
|
host_libs="${host_libs} libgui"
|
|
|
|
fi
|
|
|
|
|
1992-12-16 02:01:49 +01:00
|
|
|
# these tools are built for the host environment
|
|
|
|
#
|
|
|
|
host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
|
1993-06-07 20:41:17 +02:00
|
|
|
prms send-pr gprof gdbtest tgas etc expect dejagnu sim
|
1993-10-12 22:14:26 +01:00
|
|
|
m4 autoconf ispell grep diff rcs cvs fileutils shellutils
|
1994-07-20 00:24:14 +02:00
|
|
|
textutils wdiff find emacs emacs19 uudecode hello tar gzip indent
|
1996-03-29 20:02:30 +01:00
|
|
|
recode release sed utils guile perl"
|
1992-12-16 02:01:49 +01:00
|
|
|
|
|
|
|
|
1992-12-31 02:30:27 +01:00
|
|
|
# these libraries are built for the target environment, and are built after
|
|
|
|
# the host libraries and the host tools (which may be a cross compiler)
|
1992-12-16 02:01:49 +01:00
|
|
|
#
|
1995-11-18 02:43:37 +01:00
|
|
|
target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
|
1993-01-07 05:39:57 +01:00
|
|
|
|
1992-12-16 02:01:49 +01:00
|
|
|
|
1992-12-31 02:30:27 +01:00
|
|
|
# these tools are built using the target libs, and are intended to run only
|
1994-08-08 20:41:58 +02:00
|
|
|
# in the target environment
|
1992-12-25 02:27:18 +01:00
|
|
|
#
|
1992-12-31 02:30:27 +01:00
|
|
|
# note: any program that *uses* libraries that are in the "target_libs"
|
|
|
|
# list belongs in this list. those programs are also very likely
|
|
|
|
# candidates for the "native_only" list which follows
|
1992-12-16 02:01:49 +01:00
|
|
|
#
|
1995-11-03 17:08:08 +01:00
|
|
|
target_tools="target-examples target-groff"
|
1992-12-16 02:01:49 +01:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
## These two lists are of directories that are to be removed from the
|
|
|
|
## ${configdirs} list for either cross-compilations or for native-
|
|
|
|
## compilations. For example, it doesn't make that much sense to
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
## cross-compile Emacs, nor is it terribly useful to compile target-libiberty in
|
1992-12-16 02:01:49 +01:00
|
|
|
## a native environment.
|
|
|
|
|
|
|
|
# directories to be built in the native environment only
|
|
|
|
#
|
1995-11-03 17:08:08 +01:00
|
|
|
native_only="autoconf cvs emacs emacs19 fileutils find grep gzip hello
|
1994-11-14 17:50:50 +01:00
|
|
|
indent ispell m4 rcs recode sed shellutils tar textutils gash
|
1996-03-29 20:02:30 +01:00
|
|
|
uudecode wdiff gprof target-groff guile perl"
|
1992-12-16 02:01:49 +01:00
|
|
|
|
1992-12-31 02:30:27 +01:00
|
|
|
# directories to be built in a cross environment only
|
1992-12-16 02:01:49 +01:00
|
|
|
#
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
cross_only="target-libiberty target-libgloss target-newlib"
|
1992-12-16 02:01:49 +01:00
|
|
|
|
|
|
|
## All tools belong in one of the four categories, and are assigned above
|
1994-02-18 22:23:25 +01:00
|
|
|
## We assign ${configdirs} this way to remove all embedded newlines. This
|
|
|
|
## is important because configure will choke if they ever get through.
|
1995-10-04 17:22:37 +01:00
|
|
|
## ${configdirs} is directories we build using the host tools.
|
|
|
|
## ${target_configdirs} is directories we build using the target tools.
|
1992-12-16 02:01:49 +01:00
|
|
|
#
|
1995-10-04 17:22:37 +01:00
|
|
|
configdirs=`echo ${host_libs} ${host_tools}`
|
|
|
|
target_configdirs=`echo ${target_libs} ${target_tools}`
|
1992-12-16 02:01:49 +01:00
|
|
|
|
|
|
|
################################################################################
|
1992-12-12 05:20:03 +01:00
|
|
|
|
1992-11-06 00:04:38 +01:00
|
|
|
srctrigger=move-if-change
|
1991-04-04 21:01:18 +02:00
|
|
|
srcname="gnu development package"
|
1991-04-16 01:46:50 +02:00
|
|
|
|
1994-05-07 07:01:09 +02:00
|
|
|
# This gets set non-empty for some net releases of packages.
|
|
|
|
appdirs=""
|
|
|
|
|
1991-04-16 01:46:50 +02:00
|
|
|
# per-host:
|
|
|
|
|
1994-04-29 00:04:49 +02:00
|
|
|
# Work in distributions that contain no compiler tools, like Autoconf.
|
|
|
|
if [ -d ${srcdir}/config ]; then
|
1992-10-02 02:00:21 +01:00
|
|
|
case "${host}" in
|
1993-10-22 14:32:12 +01:00
|
|
|
m68k-hp-hpux*) host_makefile_frag=config/mh-hp300 ;;
|
1992-10-02 02:00:21 +01:00
|
|
|
m68k-apollo-sysv*) host_makefile_frag=config/mh-apollo68 ;;
|
|
|
|
m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;;
|
1996-02-27 20:32:39 +01:00
|
|
|
m68k-*-linux*) host_makefile_frag=config/mh-linux ;;
|
1992-10-02 02:00:21 +01:00
|
|
|
m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;;
|
1994-07-16 21:11:16 +02:00
|
|
|
m88k-harris-cxux*) host_makefile_frag=config/mh-cxux ;;
|
|
|
|
m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;;
|
1993-10-12 22:14:26 +01:00
|
|
|
mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;;
|
1996-03-15 01:31:00 +01:00
|
|
|
mips*-nec-sysv4*) host_makefile_frag=config/mh-necv4 ;;
|
1995-04-20 02:04:20 +02:00
|
|
|
mips*-sgi-irix[56]*) host_makefile_frag=config/mh-irix5 ;;
|
1993-10-12 22:14:26 +01:00
|
|
|
mips*-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;;
|
|
|
|
mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;;
|
1994-04-08 02:15:59 +02:00
|
|
|
mips*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
1993-10-12 22:14:26 +01:00
|
|
|
mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;;
|
1994-10-21 02:55:14 +01:00
|
|
|
i[345]86-ncr-sysv4.3) host_makefile_frag=config/mh-ncrsvr43 ;;
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;;
|
1996-01-19 22:44:26 +01:00
|
|
|
i[345]86-*-sco3.2v5*) host_makefile_frag=config/mh-sysv ;;
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-*-sco*) host_makefile_frag=config/mh-sco ;;
|
|
|
|
i[345]86-*-isc*) host_makefile_frag=config/mh-sysv ;;
|
|
|
|
i[345]86-*-linux*) host_makefile_frag=config/mh-linux ;;
|
|
|
|
i[345]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
|
|
|
|
i[345]86-*-aix*) host_makefile_frag=config/mh-aix386 ;;
|
|
|
|
i[345]86-*-go32*) host_makefile_frag=config/mh-go32 ;;
|
1993-03-03 07:11:45 +01:00
|
|
|
vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;;
|
1993-08-31 18:03:04 +02:00
|
|
|
*-*-solaris2*) host_makefile_frag=config/mh-solaris ;;
|
1995-11-01 03:02:21 +01:00
|
|
|
m68k-sun-sunos*) host_makefile_frag=config/mh-sun3 ;;
|
1995-03-13 18:36:19 +01:00
|
|
|
*-hp-hpux[78]*) host_makefile_frag=config/mh-hpux8 ;;
|
1993-10-22 14:32:12 +01:00
|
|
|
*-hp-hpux*) host_makefile_frag=config/mh-hpux ;;
|
1993-10-05 18:41:05 +01:00
|
|
|
*-*-hiux*) host_makefile_frag=config/mh-hpux ;;
|
1994-05-07 07:01:09 +02:00
|
|
|
rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxrs6k ;;
|
1994-04-26 23:56:36 +02:00
|
|
|
*-*-lynxos*) host_makefile_frag=config/mh-lynxos ;;
|
1993-01-24 04:48:58 +01:00
|
|
|
*-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
|
|
|
|
*-*-sysv*) host_makefile_frag=config/mh-sysv ;;
|
1991-11-13 23:16:12 +01:00
|
|
|
esac
|
1994-04-29 00:04:49 +02:00
|
|
|
fi
|
1991-11-13 23:16:12 +01:00
|
|
|
|
1996-02-15 23:43:59 +01:00
|
|
|
# If we aren't going to be using gcc, see if we can extract a definition
|
|
|
|
# of CC from the fragment.
|
|
|
|
if [ -z "${CC}" -a "${build}" = "${host}" ]; then
|
|
|
|
IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
|
|
|
|
found=
|
|
|
|
for dir in $PATH; do
|
|
|
|
test -z "$dir" && dir=.
|
|
|
|
if test -f $dir/gcc; then
|
|
|
|
found=yes
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
IFS="$save_ifs"
|
|
|
|
if [ -z "${found}" -a -n "${host_makefile_frag}" -a -f "${srcdir}/${host_makefile_frag}" ]; then
|
1995-10-27 17:39:10 +01:00
|
|
|
xx=`sed -n -e 's/^[ ]*CC[ ]*=[ ]*\(.*\)$/\1/p' < ${srcdir}/${host_makefile_frag}`
|
|
|
|
if [ -n "${xx}" ] ; then
|
|
|
|
CC=$xx
|
|
|
|
fi
|
1995-10-04 17:22:37 +01:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1994-11-08 03:16:18 +01:00
|
|
|
# We default to --with-shared on platforms where -fpic is meaningless.
|
|
|
|
# Well, we don't yet, but we will.
|
|
|
|
if false && [ "${host}" = "${target}" ] && [ x${enable_shared} = x ]; then
|
|
|
|
case "${target}" in
|
|
|
|
alpha-dec-osf*) enable_shared=yes ;;
|
|
|
|
mips-sgi-irix5*) enable_shared=yes ;;
|
|
|
|
*) enable_shared=no ;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
|
1996-04-08 20:46:26 +02:00
|
|
|
case "${enable_shared}" in
|
|
|
|
yes) shared=yes ;;
|
|
|
|
no) shared=no ;;
|
1996-04-08 21:33:54 +02:00
|
|
|
"") shared=no ;;
|
1996-04-08 20:46:26 +02:00
|
|
|
*) shared=yes ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
if [ x${shared} = xyes ]; then
|
1994-11-08 03:16:18 +01:00
|
|
|
waugh=
|
|
|
|
case "${host}" in
|
1995-03-17 02:20:00 +01:00
|
|
|
hppa*) waugh=config/mh-papic ;;
|
|
|
|
i[345]86-*) waugh=config/mh-x86pic ;;
|
1996-02-27 00:42:39 +01:00
|
|
|
sparc64-*) waugh=config/mh-sparcpic ;;
|
1995-03-17 02:20:00 +01:00
|
|
|
*) waugh=config/mh-${host_cpu}pic ;;
|
1994-11-08 03:16:18 +01:00
|
|
|
esac
|
1995-03-16 22:37:09 +01:00
|
|
|
if [ -f ${srcdir}/${waugh} ]; then
|
|
|
|
if [ -n "${host_makefile_frag}" ] ; then
|
|
|
|
cat ${srcdir}/${host_makefile_frag} > mh-frag
|
|
|
|
cat ${srcdir}/${waugh} >> mh-frag
|
|
|
|
host_makefile_frag=mh-frag
|
1995-03-17 02:20:00 +01:00
|
|
|
else
|
|
|
|
host_makefile_frag=${waugh}
|
1995-03-16 22:37:09 +01:00
|
|
|
fi
|
1994-11-08 03:16:18 +01:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1991-04-16 01:46:50 +02:00
|
|
|
# per-target:
|
1991-08-25 22:18:21 +02:00
|
|
|
|
1994-06-21 19:07:44 +02:00
|
|
|
case "${target}" in
|
|
|
|
v810*) target_makefile_frag=config/mt-v810 ;;
|
1995-03-31 21:41:26 +02:00
|
|
|
i[345]86-*-netware*) target_makefile_frag=config/mt-netware ;;
|
|
|
|
powerpc-*-netware*) target_makefile_frag=config/mt-netware ;;
|
1994-06-21 19:07:44 +02:00
|
|
|
esac
|
|
|
|
|
1995-10-04 17:22:37 +01:00
|
|
|
skipdirs=
|
1993-10-05 00:19:25 +01:00
|
|
|
gasdir=gas
|
|
|
|
use_gnu_ld=
|
|
|
|
use_gnu_as=
|
|
|
|
|
1993-03-13 03:50:15 +01:00
|
|
|
# some tools are so dependent upon X11 that if we're not building with X,
|
|
|
|
# it's not even worth trying to configure, much less build, that tool.
|
|
|
|
|
|
|
|
case ${with_x} in
|
1993-04-24 03:08:35 +02:00
|
|
|
yes | "") # the default value for this tree is that X11 is available
|
1993-04-09 22:58:44 +02:00
|
|
|
;;
|
1993-04-24 03:08:35 +02:00
|
|
|
no)
|
1995-10-04 17:22:37 +01:00
|
|
|
skipdirs="${skipdirs} tk gash"
|
1993-03-13 03:50:15 +01:00
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
1993-10-08 22:27:13 +01:00
|
|
|
# Some tools are only suitable for building in a "native" situation.
|
1992-12-12 05:20:03 +01:00
|
|
|
# Those are added when we have a host==target configuration. For cross
|
|
|
|
# toolchains, we add some directories that should only be useful in a
|
|
|
|
# cross-compiler.
|
1992-07-20 02:56:37 +02:00
|
|
|
|
1994-05-07 02:34:19 +02:00
|
|
|
is_cross_compiler=
|
|
|
|
|
1994-06-02 06:40:34 +02:00
|
|
|
if [ x"${host}" = x"${target}" ] ; then
|
1992-12-16 02:01:49 +01:00
|
|
|
# when doing a native toolchain, don't build the targets
|
|
|
|
# that are in the 'cross only' list
|
1995-10-04 17:22:37 +01:00
|
|
|
skipdirs="${skipdirs} ${cross_only}"
|
1994-05-07 02:34:19 +02:00
|
|
|
is_cross_compiler=no
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
target_subdir=.
|
1992-07-20 02:56:37 +02:00
|
|
|
else
|
1992-12-16 02:01:49 +01:00
|
|
|
# similarly, don't build the targets in the 'native only'
|
|
|
|
# list when building a cross compiler
|
1995-10-04 17:22:37 +01:00
|
|
|
skipdirs="${skipdirs} ${native_only}"
|
1994-05-07 02:34:19 +02:00
|
|
|
is_cross_compiler=yes
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
target_subdir=${target_alias}
|
|
|
|
if [ ! -d ${target_subdir} ] ; then
|
|
|
|
if mkdir ${target_subdir} ; then true
|
|
|
|
else
|
|
|
|
echo "'*** could not make ${PWD=`pwd`}/${target_subdir}" 1>&2
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
fi
|
1992-07-20 02:56:37 +02:00
|
|
|
fi
|
|
|
|
|
1994-08-26 21:05:59 +02:00
|
|
|
copy_dirs=
|
|
|
|
|
|
|
|
# Handle --with-headers=XXX. The contents of the named directory are
|
1995-11-01 02:03:31 +01:00
|
|
|
# copied to $(tooldir)/sys-include.
|
1994-08-26 21:05:59 +02:00
|
|
|
if [ x"${with_headers}" != x ]; then
|
|
|
|
if [ x${is_cross_compiler} = xno ]; then
|
|
|
|
echo 1>&2 '***' --with-headers is only supported when cross compiling
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
case "${exec_prefixoption}" in
|
|
|
|
"") x=${prefix} ;;
|
|
|
|
*) x=${exec_prefix} ;;
|
|
|
|
esac
|
1995-11-01 02:03:31 +01:00
|
|
|
copy_dirs="${copy_dirs} ${with_headers} $x/${target_alias}/sys-include"
|
1994-08-26 21:05:59 +02:00
|
|
|
fi
|
|
|
|
|
|
|
|
# Handle --with-libs=XXX. Multiple directories are permitted. The
|
|
|
|
# contents are copied to $(tooldir)/lib.
|
|
|
|
if [ x"${with_libs}" != x ]; then
|
|
|
|
if [ x${is_cross_compiler} = xno ]; then
|
|
|
|
echo 1>&2 '***' --with-libs is only supported when cross compiling
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
# Copy the libraries in reverse order, so that files in the first named
|
|
|
|
# library override files in subsequent libraries.
|
|
|
|
case "${exec_prefixoption}" in
|
|
|
|
"") x=${prefix} ;;
|
|
|
|
*) x=${exec_prefix} ;;
|
|
|
|
esac
|
|
|
|
for l in ${with_libs}; do
|
|
|
|
copy_dirs="$l $x/${target_alias}/lib ${copy_dirs}"
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
|
|
|
# If both --with-headers and --with-libs are specified, default to
|
|
|
|
# --without-newlib.
|
|
|
|
if [ x"${with_headers}" != x ] && [ x"${with_libs}" != x ]; then
|
|
|
|
if [ x"${with_newlib}" = x ]; then
|
|
|
|
with_newlib=no
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1995-04-12 03:59:39 +02:00
|
|
|
# Recognize --with-newlib/--without-newlib.
|
1994-08-26 21:05:59 +02:00
|
|
|
if [ x${with_newlib} = xno ]; then
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
skipdirs="${skipdirs} target-newlib"
|
1995-04-12 03:59:39 +02:00
|
|
|
elif [ x${with_newlib} = xyes ]; then
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
1994-08-26 21:05:59 +02:00
|
|
|
fi
|
|
|
|
|
1995-11-28 23:15:27 +01:00
|
|
|
# Default to using --with-stabs for certain targets.
|
|
|
|
if [ x${with_stabs} = x ]; then
|
|
|
|
case "${target}" in
|
|
|
|
mips*-*-* | alpha*-*-osf* | i[345]86*-*-sysv4* | i[345]86*-*-unixware*)
|
|
|
|
with_stabs=yes;
|
|
|
|
withoptions="${withoptions} --with-stabs"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
fi
|
|
|
|
|
1994-08-26 21:05:59 +02:00
|
|
|
# Handle ${copy_dirs}
|
|
|
|
set fnord ${copy_dirs}
|
|
|
|
shift
|
|
|
|
while [ $# != 0 ]; do
|
|
|
|
if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo Copying $1 to $2
|
|
|
|
|
|
|
|
# Use the install script to create the directory and all required
|
|
|
|
# parent directories.
|
|
|
|
if [ -d $2 ]; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo >config.temp
|
|
|
|
${srcdir}/install.sh -c -m 644 config.temp $2/COPIED
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Copy the directory, assuming we have tar.
|
|
|
|
# FIXME: Should we use B in the second tar? Not all systems support it.
|
|
|
|
(cd $1; tar -cf - .) | (cd $2; tar -xpf -)
|
|
|
|
|
|
|
|
# It is the responsibility of the user to correctly adjust all
|
|
|
|
# symlinks. If somebody can figure out how to handle them correctly
|
|
|
|
# here, feel free to add the code.
|
|
|
|
|
|
|
|
echo $1 > $2/COPIED
|
|
|
|
fi
|
|
|
|
shift; shift
|
|
|
|
done
|
|
|
|
|
1994-05-06 23:25:45 +02:00
|
|
|
# Configure extra directories which are host specific
|
|
|
|
|
|
|
|
case "${host}" in
|
1996-02-01 19:23:56 +01:00
|
|
|
i[345]86-*-go32*)
|
1995-07-03 22:47:27 +02:00
|
|
|
configdirs="$configdirs dosrel" ;;
|
1994-05-06 23:25:45 +02:00
|
|
|
esac
|
|
|
|
|
1993-10-08 22:27:13 +01:00
|
|
|
# Remove more programs from consideration, based on the host or
|
1992-08-04 00:44:29 +02:00
|
|
|
# target this usually means that a port of the program doesn't
|
1993-10-27 00:21:17 +01:00
|
|
|
# exist yet.
|
1992-08-04 00:44:29 +02:00
|
|
|
|
1993-10-27 00:02:18 +01:00
|
|
|
noconfigdirs=""
|
|
|
|
|
1993-03-13 03:50:15 +01:00
|
|
|
case "${host}" in
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-*-vsta)
|
1996-03-29 20:02:30 +01:00
|
|
|
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl"
|
1994-01-01 21:48:41 +01:00
|
|
|
;;
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-*-go32)
|
1996-03-29 20:02:30 +01:00
|
|
|
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl"
|
1995-06-29 09:08:00 +02:00
|
|
|
;;
|
1996-02-01 19:23:56 +01:00
|
|
|
*-*-cygwin32)
|
1996-03-29 20:02:30 +01:00
|
|
|
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl"
|
1993-03-13 03:50:15 +01:00
|
|
|
;;
|
1995-12-12 00:34:30 +01:00
|
|
|
ppc*-*-pe)
|
1996-03-29 20:02:30 +01:00
|
|
|
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl"
|
1995-12-12 00:34:30 +01:00
|
|
|
;;
|
1993-03-13 03:50:15 +01:00
|
|
|
esac
|
1992-08-04 00:44:29 +02:00
|
|
|
|
1994-05-06 23:25:45 +02:00
|
|
|
|
1992-07-20 02:56:37 +02:00
|
|
|
case "${target}" in
|
1994-09-01 18:42:13 +02:00
|
|
|
*-*-netware)
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-librx target-newlib target-libiberty"
|
1994-09-01 18:42:13 +02:00
|
|
|
;;
|
1995-12-09 23:59:09 +01:00
|
|
|
*-*-vxworks*)
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs target-newlib"
|
1995-07-27 20:22:20 +02:00
|
|
|
;;
|
1994-08-31 19:55:49 +02:00
|
|
|
alpha-dec-osf*)
|
|
|
|
# ld works, but does not support shared libraries. emacs doesn't
|
1995-10-05 21:27:24 +01:00
|
|
|
# work. newlib is not 64 bit ready. I'm not sure about fileutils or grep.
|
1995-11-29 18:09:41 +01:00
|
|
|
# gas doesn't generate exception information.
|
|
|
|
noconfigdirs="$noconfigdirs gas ld emacs fileutils grep target-newlib"
|
1994-09-01 18:42:13 +02:00
|
|
|
;;
|
1993-12-02 20:41:14 +01:00
|
|
|
alpha*-*-*)
|
1994-08-31 19:55:49 +02:00
|
|
|
# newlib is not 64 bit ready
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs target-newlib"
|
1994-09-01 18:42:13 +02:00
|
|
|
;;
|
1994-10-26 04:18:14 +01:00
|
|
|
# start-sanitize-arc
|
|
|
|
arc-*-*)
|
|
|
|
;;
|
|
|
|
# end-sanitize-arc
|
1995-02-21 18:55:04 +01:00
|
|
|
arm-*-pe*)
|
|
|
|
;;
|
1995-05-19 00:21:18 +02:00
|
|
|
arm-*-riscix*)
|
1994-09-05 12:53:00 +02:00
|
|
|
noconfigdirs="$noconfigdirs ld"
|
|
|
|
;;
|
1993-10-27 00:02:18 +01:00
|
|
|
h8300*-*-* | \
|
1993-06-07 22:14:02 +02:00
|
|
|
h8500-*-*)
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx"
|
1992-10-02 07:55:20 +01:00
|
|
|
;;
|
1995-05-03 15:58:38 +02:00
|
|
|
hppa*-*-*elf* | \
|
1995-05-03 00:39:41 +02:00
|
|
|
hppa*-*-lites*)
|
1993-06-27 03:42:27 +02:00
|
|
|
# Do configure ld/binutils/gas for this case.
|
1993-04-29 18:48:04 +02:00
|
|
|
;;
|
1992-10-02 07:55:20 +01:00
|
|
|
hppa*-*-*)
|
1993-10-20 16:01:15 +01:00
|
|
|
# HP's C compiler doesn't handle Emacs correctly (but on BSD and Mach
|
|
|
|
# cc is gcc, and on any system a user should be able to link cc to
|
1994-07-20 00:24:14 +02:00
|
|
|
# whatever they want. FIXME, emacs emacs19).
|
1993-10-18 23:28:18 +01:00
|
|
|
case "${CC}" in
|
1994-07-20 00:24:14 +02:00
|
|
|
"" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
|
1993-10-24 05:45:51 +01:00
|
|
|
*) ;;
|
1993-10-18 23:28:18 +01:00
|
|
|
esac
|
1994-12-12 21:12:43 +01:00
|
|
|
noconfigdirs="$noconfigdirs ld shellutils"
|
1992-10-02 07:55:20 +01:00
|
|
|
;;
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-*-go32)
|
1994-05-08 01:48:27 +02:00
|
|
|
# but don't build gdb
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs gdb target-libg++ target-libstdc++ target-libio target-librx"
|
1993-06-27 03:42:27 +02:00
|
|
|
;;
|
1996-02-01 19:23:56 +01:00
|
|
|
*-*-cygwin32)
|
|
|
|
|
1995-11-14 23:58:14 +01:00
|
|
|
# make/glob's configure uses some AC_TRY_RUN type tests
|
1995-11-18 02:43:37 +01:00
|
|
|
target_configdirs="$target_configdirs target-winsup"
|
1996-02-01 19:23:56 +01:00
|
|
|
noconfigdirs="$noconfigdirs tcl tk expect make"
|
1995-10-20 00:14:56 +01:00
|
|
|
# always build newlib.
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
1996-02-01 19:23:56 +01:00
|
|
|
|
|
|
|
# Can't build gdb for cygwin32 if not native.
|
1996-02-16 01:53:00 +01:00
|
|
|
case "${host}:${build}" in
|
|
|
|
*-*-cygwin32 | *-*-cygwin32:*-*-cygwin32) ;; # keep gdb
|
1996-02-01 19:23:56 +01:00
|
|
|
*) noconfigdirs="$noconfigdirs gdb"
|
|
|
|
esac
|
|
|
|
|
1995-07-03 22:47:27 +02:00
|
|
|
;;
|
1995-06-29 09:08:00 +02:00
|
|
|
i[345]86-*-pe)
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx"
|
1995-06-29 09:08:00 +02:00
|
|
|
;;
|
1996-01-19 22:44:26 +01:00
|
|
|
i[345]86-*-sco3.2v5*)
|
|
|
|
# The linker does not yet know about weak symbols in COFF,
|
|
|
|
# and is not configured to handle mixed ELF and COFF.
|
|
|
|
noconfigdirs="$noconfigdirs gprof ld"
|
|
|
|
;;
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-*-sco*)
|
1994-05-04 07:45:43 +02:00
|
|
|
noconfigdirs="$noconfigdirs gprof"
|
|
|
|
;;
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-*-solaris2*)
|
1993-11-03 20:10:53 +01:00
|
|
|
# The linker does static linking correctly, but the Solaris C library
|
|
|
|
# has bugs such that some important functions won't work when statically
|
|
|
|
# linked. (See man pages for getpwuid, for example.)
|
|
|
|
noconfigdirs="$noconfigdirs ld"
|
|
|
|
;;
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-*-sysv4*)
|
1993-10-18 23:28:18 +01:00
|
|
|
# The SYSV4 C compiler doesn't handle Emacs correctly
|
|
|
|
case "${CC}" in
|
1994-07-20 00:24:14 +02:00
|
|
|
"" | cc*) noconfigdirs="$noconfigdirs emacs emacs19" ;;
|
1993-10-18 23:28:18 +01:00
|
|
|
*) ;;
|
|
|
|
esac
|
|
|
|
# but that's okay since emacs doesn't work anyway
|
1994-07-20 00:24:14 +02:00
|
|
|
noconfigdirs="$noconfigdirs emacs emacs19"
|
1993-10-18 23:28:18 +01:00
|
|
|
;;
|
1994-03-28 19:55:58 +02:00
|
|
|
powerpc-*-aix*)
|
|
|
|
# copied from rs6000-*-* entry
|
1995-10-31 00:58:15 +01:00
|
|
|
noconfigdirs="$noconfigdirs gprof cvs"
|
1994-03-28 19:55:58 +02:00
|
|
|
;;
|
1995-12-12 00:34:30 +01:00
|
|
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
|
|
|
target_configdirs="$target_configdirs target-winsup"
|
|
|
|
noconfigdirs="$noconfigdirs gdb tcl tk make expect"
|
|
|
|
# always build newlib.
|
|
|
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
1995-09-27 17:24:58 +01:00
|
|
|
;;
|
1994-05-07 02:34:19 +02:00
|
|
|
rs6000-*-lynxos*)
|
|
|
|
# The CVS server code doesn't work on the RS/6000
|
|
|
|
# Newlib makes problems for libg++ in crosses.
|
1995-10-31 00:58:15 +01:00
|
|
|
noconfigdirs="$noconfigdirs target-newlib gprof cvs"
|
1994-05-07 02:34:19 +02:00
|
|
|
;;
|
1993-06-07 22:14:02 +02:00
|
|
|
rs6000-*-*)
|
1995-10-31 00:58:15 +01:00
|
|
|
noconfigdirs="$noconfigdirs gprof"
|
1993-06-09 21:32:57 +02:00
|
|
|
;;
|
1993-11-16 21:43:36 +01:00
|
|
|
m68k-apollo-*)
|
|
|
|
noconfigdirs="$noconfigdirs ld binutils gprof"
|
|
|
|
;;
|
1993-12-02 20:41:14 +01:00
|
|
|
mips*-*-irix5*)
|
|
|
|
# The GNU linker does not support shared libraries.
|
1994-10-18 20:26:16 +01:00
|
|
|
# emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
|
|
|
|
noconfigdirs="$noconfigdirs ld gprof emacs"
|
1993-12-02 20:41:14 +01:00
|
|
|
;;
|
1994-05-07 07:01:09 +02:00
|
|
|
mips*-dec-bsd*)
|
|
|
|
noconfigdirs="$noconfigdirs gprof"
|
|
|
|
;;
|
|
|
|
mips*-*-bsd*)
|
1995-09-08 22:47:20 +02:00
|
|
|
noconfigdirs="$noconfigdirs gprof"
|
1994-05-07 07:01:09 +02:00
|
|
|
;;
|
1993-12-02 20:41:14 +01:00
|
|
|
mips*-*-*)
|
1993-10-27 00:02:18 +01:00
|
|
|
noconfigdirs="$noconfigdirs gprof"
|
1993-06-09 21:32:57 +02:00
|
|
|
;;
|
1994-05-04 07:45:43 +02:00
|
|
|
romp-*-*)
|
1995-10-04 17:22:37 +01:00
|
|
|
noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes"
|
1994-05-04 07:45:43 +02:00
|
|
|
;;
|
1993-07-06 20:04:05 +02:00
|
|
|
sh-*-*)
|
1993-10-05 00:19:25 +01:00
|
|
|
case "${host}" in
|
1994-08-24 18:37:58 +02:00
|
|
|
i[345]86-*-vsta) ;; # don't add gprof back in
|
|
|
|
i[345]86-*-go32) ;; # don't add gprof back in
|
1995-10-04 17:22:37 +01:00
|
|
|
*) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;;
|
1993-10-05 00:19:25 +01:00
|
|
|
esac
|
|
|
|
;;
|
|
|
|
sparc-*-sunos4*)
|
1994-05-07 02:34:19 +02:00
|
|
|
if [ x${is_cross_compiler} != xno ] ; then
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs gdb gdbtest target-newlib"
|
1994-05-07 02:34:19 +02:00
|
|
|
else
|
|
|
|
use_gnu_ld=no
|
|
|
|
fi
|
1993-10-20 00:04:39 +01:00
|
|
|
;;
|
1995-09-19 08:11:12 +02:00
|
|
|
v810-*-*)
|
1995-11-29 22:57:12 +01:00
|
|
|
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libio target-libg++ target-libstdc++ opcodes"
|
1995-09-19 08:11:12 +02:00
|
|
|
;;
|
1994-05-04 07:45:43 +02:00
|
|
|
vax-*-vms)
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs bfd binutils gdb ld target-newlib opcodes"
|
1994-05-04 07:45:43 +02:00
|
|
|
;;
|
|
|
|
vax-*-*)
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
noconfigdirs="$noconfigdirs target-newlib"
|
1993-06-07 22:14:02 +02:00
|
|
|
;;
|
1994-05-04 07:45:43 +02:00
|
|
|
*-*-lynxos*)
|
1995-11-13 21:47:41 +01:00
|
|
|
# Newlib makes problems for libg++ in crosses.
|
|
|
|
noconfigdirs="$noconfigdirs target-newlib"
|
|
|
|
;;
|
|
|
|
*-*-macos* | \
|
|
|
|
*-*-mpw*)
|
|
|
|
# Macs want a resource compiler.
|
|
|
|
configdirs="$configdirs grez"
|
|
|
|
;;
|
1992-02-02 05:53:15 +01:00
|
|
|
esac
|
|
|
|
|
1996-02-03 00:01:14 +01:00
|
|
|
# targets that need a second pass
|
1996-02-02 02:07:16 +01:00
|
|
|
case "${target}" in
|
|
|
|
*-gm-magic*)
|
|
|
|
noconfigdirs="$noconfigdirs libgloss"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
1995-11-08 00:47:45 +01:00
|
|
|
# If we are building a Canadian Cross, discard tools that can not be built
|
|
|
|
# using a cross compiler. FIXME: These tools should be fixed.
|
|
|
|
if [ "${build}" != "${host}" ]; then
|
|
|
|
noconfigdirs="$noconfigdirs expect dejagnu make texinfo diff"
|
|
|
|
fi
|
|
|
|
|
1996-01-02 04:06:56 +01:00
|
|
|
# Make sure we don't let GNU ld be added if we didn't want it.
|
|
|
|
if [ x$with_gnu_ld = xno ]; then
|
|
|
|
use_gnu_ld=no
|
|
|
|
noconfigdirs="$noconfigdirs ld"
|
1995-12-21 02:42:59 +01:00
|
|
|
fi
|
|
|
|
|
1996-01-02 04:06:56 +01:00
|
|
|
# Make sure we don't let GNU as be added if we didn't want it.
|
|
|
|
if [ x$with_gnu_as = xno ]; then
|
|
|
|
use_gnu_as=no
|
|
|
|
noconfigdirs="$noconfigdirs gas"
|
1995-12-21 02:42:59 +01:00
|
|
|
fi
|
|
|
|
|
1995-10-04 17:22:37 +01:00
|
|
|
# Remove the entries in $skipdirs and $noconfigdirs from $configdirs and
|
|
|
|
# $target_configdirs.
|
|
|
|
# If we have the source for $noconfigdirs entries, add them to $notsupp.
|
1995-10-19 00:45:05 +01:00
|
|
|
|
1993-10-27 00:02:18 +01:00
|
|
|
notsupp=""
|
1995-10-04 17:22:37 +01:00
|
|
|
for dir in . $skipdirs $noconfigdirs ; do
|
1995-11-03 17:08:08 +01:00
|
|
|
dirname=`echo $dir | sed -e s/target-//g`
|
1994-08-26 17:19:54 +02:00
|
|
|
if [ $dir != . ] && echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
|
1994-02-18 22:23:25 +01:00
|
|
|
configdirs=`echo " ${configdirs} " | sed -e "s/ ${dir} / /"`
|
1995-11-03 17:08:08 +01:00
|
|
|
if [ -r $srcdir/$dirname/configure ] \
|
|
|
|
|| [ -r $srcdir/$dirname/configure.in ]; then
|
1995-10-04 17:22:37 +01:00
|
|
|
if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
|
|
|
|
true
|
|
|
|
else
|
|
|
|
notsupp="$notsupp $dir"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if [ $dir != . ] && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
|
|
|
|
target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
|
1995-11-03 17:08:08 +01:00
|
|
|
if [ -r $srcdir/$dirname/configure ] \
|
|
|
|
|| [ -r $srcdir/$dirname/configure.in ]; then
|
1995-10-04 17:22:37 +01:00
|
|
|
if echo " ${skipdirs} " | grep " ${dir} " >/dev/null 2>&1; then
|
|
|
|
true
|
|
|
|
else
|
|
|
|
notsupp="$notsupp $dir"
|
|
|
|
fi
|
1993-10-27 00:02:18 +01:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
1995-11-01 18:25:21 +01:00
|
|
|
# Sometimes the tools are distributed with libiberty but with no other
|
|
|
|
# libraries. In that case, we don't want to build target-libiberty.
|
|
|
|
if [ -n "${target_configdirs}" ]; then
|
|
|
|
others=
|
1995-11-03 17:08:08 +01:00
|
|
|
for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
|
1995-11-01 18:25:21 +01:00
|
|
|
if [ "$i" != "libiberty" ]; then
|
|
|
|
if [ -r $srcdir/$i/configure ] || [ -r $srcdir/$i/configure.in ]; then
|
|
|
|
others=yes;
|
|
|
|
break;
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
if [ -z "${others}" ]; then
|
|
|
|
target_configdirs=
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1995-10-04 17:22:37 +01:00
|
|
|
# Deconfigure all subdirectories, in case we are changing the
|
|
|
|
# configuration from one where a subdirectory is supported to one where it
|
|
|
|
# is not.
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
if [ -z "${norecursion}" -a -n "${configdirs}" ]; then
|
1995-11-03 17:08:08 +01:00
|
|
|
for i in `echo ${configdirs} | sed -e s/target-//g` ; do
|
1995-10-04 17:22:37 +01:00
|
|
|
rm -f $i/Makefile
|
|
|
|
done
|
|
|
|
fi
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
if [ -z "${norecursion}" -a -n "${target_configdirs}" ]; then
|
1996-03-21 00:12:00 +01:00
|
|
|
for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
rm -f ${target_subdir}/$i/Makefile
|
|
|
|
done
|
|
|
|
fi
|
1995-10-04 17:22:37 +01:00
|
|
|
|
1993-10-27 00:02:18 +01:00
|
|
|
# Produce a warning message for the subdirs we can't configure.
|
|
|
|
# This isn't especially interesting in the Cygnus tree, but in the individual
|
|
|
|
# FSF releases, it's important to let people know when their machine isn't
|
|
|
|
# supported by the one or two programs in a package.
|
|
|
|
|
1994-01-06 22:11:10 +01:00
|
|
|
if [ -n "${notsupp}" ] && [ -z "${norecursion}" ]; then
|
1994-05-07 07:01:09 +02:00
|
|
|
# If $appdirs is non-empty, at least one of those directories must still
|
|
|
|
# be configured, or we error out. (E.g., if the gas release supports a
|
|
|
|
# specified target in some subdirs but not the gas subdir, we shouldn't
|
|
|
|
# pretend that all is well.)
|
|
|
|
if [ -n "$appdirs" ]; then
|
|
|
|
for dir in $appdirs ; do
|
1995-10-04 17:22:37 +01:00
|
|
|
if [ -r $dir/Makefile.in ]; then
|
|
|
|
if echo " ${configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
|
|
|
|
appdirs=""
|
|
|
|
break
|
|
|
|
fi
|
|
|
|
if echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
|
|
|
|
appdirs=""
|
|
|
|
break
|
|
|
|
fi
|
1994-05-07 07:01:09 +02:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
if [ -n "$appdirs" ]; then
|
|
|
|
echo "*** This configuration is not supported by this package." 1>&2
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
# Okay, some application will build, or we don't care to check. Still
|
|
|
|
# notify of subdirs not getting built.
|
1993-10-27 00:02:18 +01:00
|
|
|
echo "*** This configuration is not supported in the following subdirectories:" 1>&2
|
|
|
|
echo " ${notsupp}" 1>&2
|
|
|
|
echo " (Any other directories should still work fine.)" 1>&2
|
|
|
|
fi
|
|
|
|
|
1996-01-02 04:06:56 +01:00
|
|
|
# Set with_gnu_as and with_gnu_ld as appropriate.
|
|
|
|
#
|
|
|
|
# This is done by determining whether or not the appropriate directory
|
|
|
|
# is available, and by checking whether or not specific configurations
|
|
|
|
# have requested that this magic not happen.
|
|
|
|
#
|
|
|
|
# The command line options always override the explicit settings in
|
|
|
|
# configure.in, and the settings in configure.in override this magic.
|
|
|
|
#
|
|
|
|
# If the default for a toolchain is to use GNU as and ld, and you don't
|
|
|
|
# want to do that, then you should use the --without-gnu-as and
|
|
|
|
# --without-gnu-ld options for the configure script.
|
|
|
|
|
|
|
|
if [ x${use_gnu_as} = x ] ; then
|
|
|
|
if [ x${with_gnu_as} != xno ] && echo " ${configdirs} " | grep " ${gasdir} " > /dev/null 2>&1 && [ -d ${srcdir}/${gasdir} ] ; then
|
|
|
|
with_gnu_as=yes
|
|
|
|
withoptions="$withoptions --with-gnu-as"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ x${use_gnu_ld} = x ] ; then
|
|
|
|
if [ x${with_gnu_ld} != xno ] && echo " ${configdirs} " | grep " ld " > /dev/null 2>&1 && [ -d ${srcdir}/ld ] ; then
|
|
|
|
with_gnu_ld=yes
|
|
|
|
withoptions="$withoptions --with-gnu-ld"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
1996-04-08 20:46:26 +02:00
|
|
|
if [ x${shared} = xyes ]; then
|
1994-11-08 03:16:18 +01:00
|
|
|
case "${target}" in
|
1995-03-17 02:20:00 +01:00
|
|
|
hppa*) target_makefile_frag=config/mt-papic ;;
|
|
|
|
i[345]86-*) target_makefile_frag=config/mt-x86pic ;;
|
|
|
|
*) target_makefile_frag=config/mt-${target_cpu}pic ;;
|
1994-11-08 03:16:18 +01:00
|
|
|
esac
|
|
|
|
fi
|
|
|
|
|
1995-10-04 17:22:37 +01:00
|
|
|
# post-target:
|
|
|
|
|
1996-01-12 21:26:05 +01:00
|
|
|
# Make sure that the compiler is able to generate an executable. If it
|
|
|
|
# can't, we are probably in trouble. We don't care whether we can run the
|
|
|
|
# executable--we might be using a cross compiler--we only care whether it
|
|
|
|
# can be created. At this point the main configure script has set CC.
|
|
|
|
echo "int main () { return 0; }" > conftest.c
|
|
|
|
${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c
|
|
|
|
if [ $? = 0 ] && [ -s conftest ]; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
echo 1>&2 "*** The command '${CC} -o conftest ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} conftest.c' failed."
|
|
|
|
echo 1>&2 "*** You must set the environment variable CC to a working compiler."
|
|
|
|
rm -f conftest*
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
|
1996-02-15 23:43:59 +01:00
|
|
|
# The Solaris /usr/ucb/cc compiler does not appear to work.
|
|
|
|
case "${host}" in
|
|
|
|
sparc-sun-solaris2*)
|
1996-04-05 18:32:37 +02:00
|
|
|
CCBASE="`echo ${CC-cc} | sed 's/ .*$//'`"
|
|
|
|
if [ "`/usr/bin/which $CCBASE`" = "/usr/ucb/cc" ] ; then
|
1996-02-15 23:43:59 +01:00
|
|
|
could_use=
|
|
|
|
[ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
|
|
|
|
if [ -d /opt/cygnus/bin ] ; then
|
|
|
|
if [ "$could_use" = "" ] ; then
|
|
|
|
could_use="/opt/cygnus/bin"
|
|
|
|
else
|
|
|
|
could_use="$could_use or /opt/cygnus/bin"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if [ "$could_use" = "" ] ; then
|
|
|
|
echo "Warning: compilation may fail because you're using"
|
|
|
|
echo "/usr/ucb/cc. You should change your PATH or CC "
|
|
|
|
echo "variable and rerun configure."
|
|
|
|
else
|
|
|
|
echo "Warning: compilation may fail because you're using"
|
|
|
|
echo "/usr/ucb/cc, when you should use the C compiler from"
|
|
|
|
echo "$could_use. You should change your"
|
|
|
|
echo "PATH or CC variable and rerun configure."
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
* configure.in: If --enable-shared was used, set SET_LIB_PATH to
$(REALLY_SET_LIB_PATH) in Makefile.
* Makefile.in (SET_LIB_PATH): New variable.
(REALLY_SET_LIB_PATH): New variable.
($(DO_X)): Use $(SET_LIB_PATH).
(install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
(all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
(install-dosrel): Likewise.
(all-opcodes): Depend upon all-libiberty.
1996-02-05 22:40:24 +01:00
|
|
|
# If --enable-shared was set, we must set LD_LIBRARY_PATH so that the
|
|
|
|
# binutils tools will find libbfd.so.
|
1996-04-08 20:46:26 +02:00
|
|
|
if [ "${shared}" = "yes" ]; then
|
* configure.in: If --enable-shared was used, set SET_LIB_PATH to
$(REALLY_SET_LIB_PATH) in Makefile.
* Makefile.in (SET_LIB_PATH): New variable.
(REALLY_SET_LIB_PATH): New variable.
($(DO_X)): Use $(SET_LIB_PATH).
(install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
(all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
(install-dosrel): Likewise.
(all-opcodes): Depend upon all-libiberty.
1996-02-05 22:40:24 +01:00
|
|
|
sed -e 's/^SET_LIB_PATH[ ]*=.*$/SET_LIB_PATH = $(REALLY_SET_LIB_PATH)/' \
|
|
|
|
Makefile > Makefile.tem
|
|
|
|
rm -f Makefile
|
|
|
|
mv -f Makefile.tem Makefile
|
1996-02-13 20:29:03 +01:00
|
|
|
|
|
|
|
case "${host}" in
|
|
|
|
*-*-hpux*)
|
|
|
|
sed -e 's/RPATH_ENVVAR[ ]*=.*$/RPATH_ENVVAR = SHLIB_PATH/' \
|
|
|
|
Makefile > Makefile.tem
|
|
|
|
rm -f Makefile
|
|
|
|
mv -f Makefile.tem Makefile
|
|
|
|
;;
|
|
|
|
esac
|
* configure.in: If --enable-shared was used, set SET_LIB_PATH to
$(REALLY_SET_LIB_PATH) in Makefile.
* Makefile.in (SET_LIB_PATH): New variable.
(REALLY_SET_LIB_PATH): New variable.
($(DO_X)): Use $(SET_LIB_PATH).
(install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
(all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
(install-dosrel): Likewise.
(all-opcodes): Depend upon all-libiberty.
1996-02-05 22:40:24 +01:00
|
|
|
fi
|
|
|
|
|
1995-10-04 17:22:37 +01:00
|
|
|
# Record target_configdirs and the configure arguments in Makefile.
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
|
1995-10-04 17:22:37 +01:00
|
|
|
targargs=`echo "${arguments}" | \
|
1995-11-21 20:13:51 +01:00
|
|
|
sed -e 's/--norecursion//' \
|
|
|
|
-e 's/--cache[a-z-]*=[^ ]*//' \
|
|
|
|
-e 's/--ho[a-z-]*=[^ ]*//' \
|
|
|
|
-e 's/--ta[a-z-]*=[^ ]*//'`
|
|
|
|
|
|
|
|
# Passing a --with-cross-host argument lets the target libraries know
|
|
|
|
# whether they are being built with a cross-compiler or being built
|
|
|
|
# native. However, it would be better to use other mechanisms to make the
|
|
|
|
# sorts of decisions they want to make on this basis. Please consider
|
|
|
|
# this option to be deprecated. FIXME.
|
|
|
|
if [ x${is_cross_compiler} = xyes ]; then
|
1995-11-22 01:49:42 +01:00
|
|
|
targargs="--with-cross-host=${host_alias} ${targargs}"
|
1995-11-21 20:13:51 +01:00
|
|
|
fi
|
|
|
|
|
|
|
|
targargs="--host=${target_alias} ${targargs}"
|
1995-10-04 17:22:37 +01:00
|
|
|
sed -e "s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
|
|
|
|
-e "s%^CONFIG_ARGUMENTS[ ]*=.*$%CONFIG_ARGUMENTS = ${targargs}%" \
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
to target-xiberty, to provide more flexibility.
(target_subdir): Define. Create if cross.
Set TARGET_SUBDIR in Makefile to ${target_subdir}.
* Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
check-libFOO -> check-target-libFOO, etc.
($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
(configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
allow ALL_GCC="" to only configure.
(DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
(ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
(LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-28 07:28:42 +01:00
|
|
|
-e "s%^TARGET_SUBDIR[ ]*=.*$%TARGET_SUBDIR = ${target_subdir}%" \
|
1995-10-04 17:22:37 +01:00
|
|
|
Makefile > Makefile.tem
|
|
|
|
rm -f Makefile
|
|
|
|
mv -f Makefile.tem Makefile
|
|
|
|
|
1991-08-25 22:18:21 +02:00
|
|
|
#
|
|
|
|
# Local Variables:
|
|
|
|
# fill-column: 131
|
|
|
|
# End:
|
|
|
|
#
|