libgloss: merge mcore configure script up a level
Move the minor mcore-specific logic to a dedicated file & namespace them so we can merge its configure logic up a level.
This commit is contained in:
parent
e7f8999918
commit
91019da446
|
@ -145,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
|
||||||
$(top_srcdir)/../config/override.m4 $(top_srcdir)/acinclude.m4 \
|
$(top_srcdir)/../config/override.m4 $(top_srcdir)/acinclude.m4 \
|
||||||
$(top_srcdir)/i386/acinclude.m4 \
|
$(top_srcdir)/i386/acinclude.m4 \
|
||||||
$(top_srcdir)/libnosys/acinclude.m4 \
|
$(top_srcdir)/libnosys/acinclude.m4 \
|
||||||
|
$(top_srcdir)/mcore/acinclude.m4 \
|
||||||
$(top_srcdir)/moxie/acinclude.m4 $(top_srcdir)/configure.ac
|
$(top_srcdir)/moxie/acinclude.m4 $(top_srcdir)/configure.ac
|
||||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||||
$(ACLOCAL_M4)
|
$(ACLOCAL_M4)
|
||||||
|
@ -159,11 +160,11 @@ CONFIG_CLEAN_FILES = arc/Makefile csky/Makefile epiphany/Makefile \
|
||||||
pa/Makefile i960/Makefile sparc_leon/Makefile riscv/Makefile \
|
pa/Makefile i960/Makefile sparc_leon/Makefile riscv/Makefile \
|
||||||
rs6000/Makefile cr16/Makefile cris/Makefile crx/Makefile \
|
rs6000/Makefile cr16/Makefile cris/Makefile crx/Makefile \
|
||||||
d30v/Makefile fr30/Makefile frv/Makefile ft32/Makefile \
|
d30v/Makefile fr30/Makefile frv/Makefile ft32/Makefile \
|
||||||
lm32/Makefile mep/Makefile moxie/Makefile microblaze/Makefile \
|
lm32/Makefile mcore/Makefile mep/Makefile moxie/Makefile \
|
||||||
mt/Makefile v850/Makefile visium/Makefile xc16x/Makefile \
|
microblaze/Makefile mt/Makefile v850/Makefile visium/Makefile \
|
||||||
xstormy16/Makefile m32c/Makefile msp430/Makefile rl78/Makefile \
|
xc16x/Makefile xstormy16/Makefile m32c/Makefile \
|
||||||
rx/Makefile spu/Makefile tic6x/Makefile or1k/Makefile \
|
msp430/Makefile rl78/Makefile rx/Makefile spu/Makefile \
|
||||||
pru/Makefile nios2/Makefile
|
tic6x/Makefile or1k/Makefile pru/Makefile nios2/Makefile
|
||||||
CONFIG_CLEAN_VPATH_FILES =
|
CONFIG_CLEAN_VPATH_FILES =
|
||||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||||
am__vpath_adj = case $$p in \
|
am__vpath_adj = case $$p in \
|
||||||
|
@ -440,6 +441,7 @@ LIBOBJS = @LIBOBJS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
LTLIBOBJS = @LTLIBOBJS@
|
LTLIBOBJS = @LTLIBOBJS@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MCORE_BSP_PREFIX = @MCORE_BSP_PREFIX@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MOXIE_BUILD_CRT0_FALSE = @MOXIE_BUILD_CRT0_FALSE@
|
MOXIE_BUILD_CRT0_FALSE = @MOXIE_BUILD_CRT0_FALSE@
|
||||||
MOXIE_BUILD_CRT0_TRUE = @MOXIE_BUILD_CRT0_TRUE@
|
MOXIE_BUILD_CRT0_TRUE = @MOXIE_BUILD_CRT0_TRUE@
|
||||||
|
@ -707,6 +709,8 @@ ft32/Makefile: $(top_builddir)/config.status $(top_srcdir)/ft32/Makefile.in
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
lm32/Makefile: $(top_builddir)/config.status $(top_srcdir)/lm32/Makefile.in
|
lm32/Makefile: $(top_builddir)/config.status $(top_srcdir)/lm32/Makefile.in
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
|
mcore/Makefile: $(top_builddir)/config.status $(top_srcdir)/mcore/Makefile.in
|
||||||
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
mep/Makefile: $(top_builddir)/config.status $(top_srcdir)/mep/Makefile.in
|
mep/Makefile: $(top_builddir)/config.status $(top_srcdir)/mep/Makefile.in
|
||||||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||||||
moxie/Makefile: $(top_builddir)/config.status $(top_srcdir)/moxie/Makefile.in
|
moxie/Makefile: $(top_builddir)/config.status $(top_srcdir)/moxie/Makefile.in
|
||||||
|
|
|
@ -592,6 +592,7 @@ target_makefile_frag_path
|
||||||
host_makefile_frag_path
|
host_makefile_frag_path
|
||||||
MOXIE_BUILD_CRT0_FALSE
|
MOXIE_BUILD_CRT0_FALSE
|
||||||
MOXIE_BUILD_CRT0_TRUE
|
MOXIE_BUILD_CRT0_TRUE
|
||||||
|
MCORE_BSP_PREFIX
|
||||||
I386_CPPFLAGS
|
I386_CPPFLAGS
|
||||||
CPP
|
CPP
|
||||||
am__fastdepCCAS_FALSE
|
am__fastdepCCAS_FALSE
|
||||||
|
@ -734,7 +735,6 @@ wince
|
||||||
mips
|
mips
|
||||||
mn10200
|
mn10200
|
||||||
mn10300
|
mn10300
|
||||||
mcore
|
|
||||||
arm'
|
arm'
|
||||||
|
|
||||||
# Initialize some variables set by options.
|
# Initialize some variables set by options.
|
||||||
|
@ -2812,8 +2812,9 @@ subdirs="$subdirs aarch64"
|
||||||
subdirs="$subdirs lm32"
|
subdirs="$subdirs lm32"
|
||||||
;;
|
;;
|
||||||
mcore-*-*)
|
mcore-*-*)
|
||||||
subdirs="$subdirs mcore"
|
ac_config_files="$ac_config_files mcore/Makefile"
|
||||||
|
|
||||||
|
subdirs="$subdirs mcore"
|
||||||
;;
|
;;
|
||||||
mep-*-*)
|
mep-*-*)
|
||||||
ac_config_files="$ac_config_files mep/Makefile"
|
ac_config_files="$ac_config_files mep/Makefile"
|
||||||
|
@ -5011,6 +5012,17 @@ $as_echo "#define MISSING_SYSCALL_NAMES 1" >>confdefs.h
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
MCORE_BSP_PREFIX=
|
||||||
|
case "${target}" in
|
||||||
|
mcore-*-elf)
|
||||||
|
MCORE_BSP_PREFIX=elf-
|
||||||
|
;;
|
||||||
|
mcore-*-pe)
|
||||||
|
MCORE_BSP_PREFIX=pe-
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
moxie-*-moxiebox*)
|
moxie-*-moxiebox*)
|
||||||
MOXIE_BUILD_CRT0_TRUE='#'
|
MOXIE_BUILD_CRT0_TRUE='#'
|
||||||
|
@ -5864,6 +5876,7 @@ do
|
||||||
"frv/Makefile") CONFIG_FILES="$CONFIG_FILES frv/Makefile" ;;
|
"frv/Makefile") CONFIG_FILES="$CONFIG_FILES frv/Makefile" ;;
|
||||||
"ft32/Makefile") CONFIG_FILES="$CONFIG_FILES ft32/Makefile" ;;
|
"ft32/Makefile") CONFIG_FILES="$CONFIG_FILES ft32/Makefile" ;;
|
||||||
"lm32/Makefile") CONFIG_FILES="$CONFIG_FILES lm32/Makefile" ;;
|
"lm32/Makefile") CONFIG_FILES="$CONFIG_FILES lm32/Makefile" ;;
|
||||||
|
"mcore/Makefile") CONFIG_FILES="$CONFIG_FILES mcore/Makefile" ;;
|
||||||
"mep/Makefile") CONFIG_FILES="$CONFIG_FILES mep/Makefile" ;;
|
"mep/Makefile") CONFIG_FILES="$CONFIG_FILES mep/Makefile" ;;
|
||||||
"moxie/Makefile") CONFIG_FILES="$CONFIG_FILES moxie/Makefile" ;;
|
"moxie/Makefile") CONFIG_FILES="$CONFIG_FILES moxie/Makefile" ;;
|
||||||
"microblaze/Makefile") CONFIG_FILES="$CONFIG_FILES microblaze/Makefile" ;;
|
"microblaze/Makefile") CONFIG_FILES="$CONFIG_FILES microblaze/Makefile" ;;
|
||||||
|
|
|
@ -142,7 +142,8 @@ case "${target}" in
|
||||||
subdirs="$subdirs lm32"
|
subdirs="$subdirs lm32"
|
||||||
;;
|
;;
|
||||||
mcore-*-*)
|
mcore-*-*)
|
||||||
AC_CONFIG_SUBDIRS([mcore])
|
AC_CONFIG_FILES([mcore/Makefile])
|
||||||
|
subdirs="$subdirs mcore"
|
||||||
;;
|
;;
|
||||||
mep-*-*)
|
mep-*-*)
|
||||||
AC_CONFIG_FILES([mep/Makefile])
|
AC_CONFIG_FILES([mep/Makefile])
|
||||||
|
@ -325,6 +326,7 @@ AC_DEFINE_UNQUOTED(__SYMBOL_PREFIX, "$libc_cv_symbol_prefix", [symbol prefix])
|
||||||
|
|
||||||
m4_include([i386/acinclude.m4])
|
m4_include([i386/acinclude.m4])
|
||||||
m4_include([libnosys/acinclude.m4])
|
m4_include([libnosys/acinclude.m4])
|
||||||
|
m4_include([mcore/acinclude.m4])
|
||||||
m4_include([moxie/acinclude.m4])
|
m4_include([moxie/acinclude.m4])
|
||||||
|
|
||||||
dnl We have to assign the same value to other variables because autoconf
|
dnl We have to assign the same value to other variables because autoconf
|
||||||
|
|
|
@ -59,7 +59,7 @@ SIM_TEST = sim-test
|
||||||
SIM_INSTALL = install-sim
|
SIM_INSTALL = install-sim
|
||||||
|
|
||||||
# Here is all of the picobug on cmb stuff
|
# Here is all of the picobug on cmb stuff
|
||||||
MON_PREFIX = @bsp_prefix@
|
MON_PREFIX = @MCORE_BSP_PREFIX@
|
||||||
MON_LDFLAGS =
|
MON_LDFLAGS =
|
||||||
MON_BSP = libcmb.a
|
MON_BSP = libcmb.a
|
||||||
MON_CRT0 = crt0.o
|
MON_CRT0 = crt0.o
|
||||||
|
@ -121,7 +121,7 @@ clean mostlyclean:
|
||||||
rm -f a.out core *.i *.o *-test *.srec *.dis *.x $(SIM_BSP) $(MON_BSP)
|
rm -f a.out core *.i *.o *-test *.srec *.dis *.x $(SIM_BSP) $(MON_BSP)
|
||||||
|
|
||||||
distclean maintainer-clean realclean: clean
|
distclean maintainer-clean realclean: clean
|
||||||
rm -f Makefile config.status *~
|
rm -f Makefile *~
|
||||||
|
|
||||||
.PHONY: install info install-info clean-info
|
.PHONY: install info install-info clean-info
|
||||||
install: ${SIM_INSTALL} ${MON_INSTALL}
|
install: ${SIM_INSTALL} ${MON_INSTALL}
|
||||||
|
@ -140,8 +140,5 @@ info:
|
||||||
install-info:
|
install-info:
|
||||||
clean-info:
|
clean-info:
|
||||||
|
|
||||||
Makefile: Makefile.in config.status @host_makefile_frag_path@
|
Makefile: Makefile.in ../config.status
|
||||||
$(SHELL) config.status
|
cd .. && $(SHELL) config.status
|
||||||
|
|
||||||
config.status: configure
|
|
||||||
$(SHELL) config.status --recheck
|
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
MCORE_BSP_PREFIX=
|
||||||
|
case "${target}" in
|
||||||
|
mcore-*-elf)
|
||||||
|
MCORE_BSP_PREFIX=elf-
|
||||||
|
;;
|
||||||
|
mcore-*-pe)
|
||||||
|
MCORE_BSP_PREFIX=pe-
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
AC_SUBST(MCORE_BSP_PREFIX)
|
|
@ -1,384 +0,0 @@
|
||||||
# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
|
|
||||||
|
|
||||||
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
# This file is free software; the Free Software Foundation
|
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
|
||||||
# with or without modifications, as long as this notice is preserved.
|
|
||||||
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
||||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
||||||
# PARTICULAR PURPOSE.
|
|
||||||
|
|
||||||
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
|
|
||||||
# AM_CONDITIONAL -*- Autoconf -*-
|
|
||||||
|
|
||||||
# Copyright (C) 1997-2017 Free Software Foundation, Inc.
|
|
||||||
#
|
|
||||||
# This file is free software; the Free Software Foundation
|
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
|
||||||
# with or without modifications, as long as this notice is preserved.
|
|
||||||
|
|
||||||
# AM_CONDITIONAL(NAME, SHELL-CONDITION)
|
|
||||||
# -------------------------------------
|
|
||||||
# Define a conditional.
|
|
||||||
AC_DEFUN([AM_CONDITIONAL],
|
|
||||||
[AC_PREREQ([2.52])dnl
|
|
||||||
m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
|
|
||||||
[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
|
|
||||||
AC_SUBST([$1_TRUE])dnl
|
|
||||||
AC_SUBST([$1_FALSE])dnl
|
|
||||||
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
|
|
||||||
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
|
|
||||||
m4_define([_AM_COND_VALUE_$1], [$2])dnl
|
|
||||||
if $2; then
|
|
||||||
$1_TRUE=
|
|
||||||
$1_FALSE='#'
|
|
||||||
else
|
|
||||||
$1_TRUE='#'
|
|
||||||
$1_FALSE=
|
|
||||||
fi
|
|
||||||
AC_CONFIG_COMMANDS_PRE(
|
|
||||||
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
|
|
||||||
AC_MSG_ERROR([[conditional "$1" was never defined.
|
|
||||||
Usually this means the macro was only invoked conditionally.]])
|
|
||||||
fi])])
|
|
||||||
|
|
||||||
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
|
||||||
#
|
|
||||||
# This file is free software; the Free Software Foundation
|
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
|
||||||
# with or without modifications, as long as this notice is preserved.
|
|
||||||
|
|
||||||
|
|
||||||
# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
|
|
||||||
# written in clear, in which case automake, when reading aclocal.m4,
|
|
||||||
# will think it sees a *use*, and therefore will trigger all it's
|
|
||||||
# C support machinery. Also note that it means that autoscan, seeing
|
|
||||||
# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
|
|
||||||
|
|
||||||
|
|
||||||
# _AM_DEPENDENCIES(NAME)
|
|
||||||
# ----------------------
|
|
||||||
# See how the compiler implements dependency checking.
|
|
||||||
# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
|
|
||||||
# We try a few techniques and use that to set a single cache variable.
|
|
||||||
#
|
|
||||||
# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
|
|
||||||
# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
|
|
||||||
# dependency, and given that the user is not expected to run this macro,
|
|
||||||
# just rely on AC_PROG_CC.
|
|
||||||
AC_DEFUN([_AM_DEPENDENCIES],
|
|
||||||
[AC_REQUIRE([AM_SET_DEPDIR])dnl
|
|
||||||
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
|
|
||||||
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
|
|
||||||
AC_REQUIRE([AM_DEP_TRACK])dnl
|
|
||||||
|
|
||||||
m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
|
|
||||||
[$1], [CXX], [depcc="$CXX" am_compiler_list=],
|
|
||||||
[$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
|
|
||||||
[$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
|
|
||||||
[$1], [UPC], [depcc="$UPC" am_compiler_list=],
|
|
||||||
[$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
|
|
||||||
[depcc="$$1" am_compiler_list=])
|
|
||||||
|
|
||||||
AC_CACHE_CHECK([dependency style of $depcc],
|
|
||||||
[am_cv_$1_dependencies_compiler_type],
|
|
||||||
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
|
|
||||||
# We make a subdir and do the tests there. Otherwise we can end up
|
|
||||||
# making bogus files that we don't know about and never remove. For
|
|
||||||
# instance it was reported that on HP-UX the gcc test will end up
|
|
||||||
# making a dummy file named 'D' -- because '-MD' means "put the output
|
|
||||||
# in D".
|
|
||||||
rm -rf conftest.dir
|
|
||||||
mkdir conftest.dir
|
|
||||||
# Copy depcomp to subdir because otherwise we won't find it if we're
|
|
||||||
# using a relative directory.
|
|
||||||
cp "$am_depcomp" conftest.dir
|
|
||||||
cd conftest.dir
|
|
||||||
# We will build objects and dependencies in a subdirectory because
|
|
||||||
# it helps to detect inapplicable dependency modes. For instance
|
|
||||||
# both Tru64's cc and ICC support -MD to output dependencies as a
|
|
||||||
# side effect of compilation, but ICC will put the dependencies in
|
|
||||||
# the current directory while Tru64 will put them in the object
|
|
||||||
# directory.
|
|
||||||
mkdir sub
|
|
||||||
|
|
||||||
am_cv_$1_dependencies_compiler_type=none
|
|
||||||
if test "$am_compiler_list" = ""; then
|
|
||||||
am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
|
|
||||||
fi
|
|
||||||
am__universal=false
|
|
||||||
m4_case([$1], [CC],
|
|
||||||
[case " $depcc " in #(
|
|
||||||
*\ -arch\ *\ -arch\ *) am__universal=true ;;
|
|
||||||
esac],
|
|
||||||
[CXX],
|
|
||||||
[case " $depcc " in #(
|
|
||||||
*\ -arch\ *\ -arch\ *) am__universal=true ;;
|
|
||||||
esac])
|
|
||||||
|
|
||||||
for depmode in $am_compiler_list; do
|
|
||||||
# Setup a source with many dependencies, because some compilers
|
|
||||||
# like to wrap large dependency lists on column 80 (with \), and
|
|
||||||
# we should not choose a depcomp mode which is confused by this.
|
|
||||||
#
|
|
||||||
# We need to recreate these files for each test, as the compiler may
|
|
||||||
# overwrite some of them when testing with obscure command lines.
|
|
||||||
# This happens at least with the AIX C compiler.
|
|
||||||
: > sub/conftest.c
|
|
||||||
for i in 1 2 3 4 5 6; do
|
|
||||||
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
|
||||||
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
|
|
||||||
# Solaris 10 /bin/sh.
|
|
||||||
echo '/* dummy */' > sub/conftst$i.h
|
|
||||||
done
|
|
||||||
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
|
||||||
|
|
||||||
# We check with '-c' and '-o' for the sake of the "dashmstdout"
|
|
||||||
# mode. It turns out that the SunPro C++ compiler does not properly
|
|
||||||
# handle '-M -o', and we need to detect this. Also, some Intel
|
|
||||||
# versions had trouble with output in subdirs.
|
|
||||||
am__obj=sub/conftest.${OBJEXT-o}
|
|
||||||
am__minus_obj="-o $am__obj"
|
|
||||||
case $depmode in
|
|
||||||
gcc)
|
|
||||||
# This depmode causes a compiler race in universal mode.
|
|
||||||
test "$am__universal" = false || continue
|
|
||||||
;;
|
|
||||||
nosideeffect)
|
|
||||||
# After this tag, mechanisms are not by side-effect, so they'll
|
|
||||||
# only be used when explicitly requested.
|
|
||||||
if test "x$enable_dependency_tracking" = xyes; then
|
|
||||||
continue
|
|
||||||
else
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
msvc7 | msvc7msys | msvisualcpp | msvcmsys)
|
|
||||||
# This compiler won't grok '-c -o', but also, the minuso test has
|
|
||||||
# not run yet. These depmodes are late enough in the game, and
|
|
||||||
# so weak that their functioning should not be impacted.
|
|
||||||
am__obj=conftest.${OBJEXT-o}
|
|
||||||
am__minus_obj=
|
|
||||||
;;
|
|
||||||
none) break ;;
|
|
||||||
esac
|
|
||||||
if depmode=$depmode \
|
|
||||||
source=sub/conftest.c object=$am__obj \
|
|
||||||
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
|
|
||||||
$SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
|
|
||||||
>/dev/null 2>conftest.err &&
|
|
||||||
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
|
|
||||||
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
|
|
||||||
grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
|
|
||||||
${MAKE-make} -s -f confmf > /dev/null 2>&1; then
|
|
||||||
# icc doesn't choke on unknown options, it will just issue warnings
|
|
||||||
# or remarks (even with -Werror). So we grep stderr for any message
|
|
||||||
# that says an option was ignored or not supported.
|
|
||||||
# When given -MP, icc 7.0 and 7.1 complain thusly:
|
|
||||||
# icc: Command line warning: ignoring option '-M'; no argument required
|
|
||||||
# The diagnosis changed in icc 8.0:
|
|
||||||
# icc: Command line remark: option '-MP' not supported
|
|
||||||
if (grep 'ignoring option' conftest.err ||
|
|
||||||
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
|
|
||||||
am_cv_$1_dependencies_compiler_type=$depmode
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
rm -rf conftest.dir
|
|
||||||
else
|
|
||||||
am_cv_$1_dependencies_compiler_type=none
|
|
||||||
fi
|
|
||||||
])
|
|
||||||
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
|
|
||||||
AM_CONDITIONAL([am__fastdep$1], [
|
|
||||||
test "x$enable_dependency_tracking" != xno \
|
|
||||||
&& test "$am_cv_$1_dependencies_compiler_type" = gcc3])
|
|
||||||
])
|
|
||||||
|
|
||||||
|
|
||||||
# AM_SET_DEPDIR
|
|
||||||
# -------------
|
|
||||||
# Choose a directory name for dependency files.
|
|
||||||
# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
|
|
||||||
AC_DEFUN([AM_SET_DEPDIR],
|
|
||||||
[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
|
|
||||||
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|
|
||||||
])
|
|
||||||
|
|
||||||
|
|
||||||
# AM_DEP_TRACK
|
|
||||||
# ------------
|
|
||||||
AC_DEFUN([AM_DEP_TRACK],
|
|
||||||
[AC_ARG_ENABLE([dependency-tracking], [dnl
|
|
||||||
AS_HELP_STRING(
|
|
||||||
[--enable-dependency-tracking],
|
|
||||||
[do not reject slow dependency extractors])
|
|
||||||
AS_HELP_STRING(
|
|
||||||
[--disable-dependency-tracking],
|
|
||||||
[speeds up one-time build])])
|
|
||||||
if test "x$enable_dependency_tracking" != xno; then
|
|
||||||
am_depcomp="$ac_aux_dir/depcomp"
|
|
||||||
AMDEPBACKSLASH='\'
|
|
||||||
am__nodep='_no'
|
|
||||||
fi
|
|
||||||
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
|
|
||||||
AC_SUBST([AMDEPBACKSLASH])dnl
|
|
||||||
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
|
|
||||||
AC_SUBST([am__nodep])dnl
|
|
||||||
_AM_SUBST_NOTMAKE([am__nodep])dnl
|
|
||||||
])
|
|
||||||
|
|
||||||
# Generate code to set up dependency tracking. -*- Autoconf -*-
|
|
||||||
|
|
||||||
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
|
||||||
#
|
|
||||||
# This file is free software; the Free Software Foundation
|
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
|
||||||
# with or without modifications, as long as this notice is preserved.
|
|
||||||
|
|
||||||
|
|
||||||
# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
|
||||||
# ------------------------------
|
|
||||||
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
||||||
[{
|
|
||||||
# Older Autoconf quotes --file arguments for eval, but not when files
|
|
||||||
# are listed without --file. Let's play safe and only enable the eval
|
|
||||||
# if we detect the quoting.
|
|
||||||
case $CONFIG_FILES in
|
|
||||||
*\'*) eval set x "$CONFIG_FILES" ;;
|
|
||||||
*) set x $CONFIG_FILES ;;
|
|
||||||
esac
|
|
||||||
shift
|
|
||||||
for mf
|
|
||||||
do
|
|
||||||
# Strip MF so we end up with the name of the file.
|
|
||||||
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
|
||||||
# Check whether this is an Automake generated Makefile or not.
|
|
||||||
# We used to match only the files named 'Makefile.in', but
|
|
||||||
# some people rename them; so instead we look at the file content.
|
|
||||||
# Grep'ing the first line is not enough: some people post-process
|
|
||||||
# each Makefile.in and add a new line on top of each file to say so.
|
|
||||||
# Grep'ing the whole file is not good either: AIX grep has a line
|
|
||||||
# limit of 2048, but all sed's we know have understand at least 4000.
|
|
||||||
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
|
|
||||||
dirpart=`AS_DIRNAME("$mf")`
|
|
||||||
else
|
|
||||||
continue
|
|
||||||
fi
|
|
||||||
# Extract the definition of DEPDIR, am__include, and am__quote
|
|
||||||
# from the Makefile without running 'make'.
|
|
||||||
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
|
||||||
test -z "$DEPDIR" && continue
|
|
||||||
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
|
||||||
test -z "$am__include" && continue
|
|
||||||
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
|
||||||
# Find all dependency output files, they are included files with
|
|
||||||
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
|
||||||
# simplest approach to changing $(DEPDIR) to its actual value in the
|
|
||||||
# expansion.
|
|
||||||
for file in `sed -n "
|
|
||||||
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
|
||||||
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
|
|
||||||
# Make sure the directory exists.
|
|
||||||
test -f "$dirpart/$file" && continue
|
|
||||||
fdir=`AS_DIRNAME(["$file"])`
|
|
||||||
AS_MKDIR_P([$dirpart/$fdir])
|
|
||||||
# echo "creating $dirpart/$file"
|
|
||||||
echo '# dummy' > "$dirpart/$file"
|
|
||||||
done
|
|
||||||
done
|
|
||||||
}
|
|
||||||
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
|
|
||||||
|
|
||||||
|
|
||||||
# AM_OUTPUT_DEPENDENCY_COMMANDS
|
|
||||||
# -----------------------------
|
|
||||||
# This macro should only be invoked once -- use via AC_REQUIRE.
|
|
||||||
#
|
|
||||||
# This code is only required when automatic dependency tracking
|
|
||||||
# is enabled. FIXME. This creates each '.P' file that we will
|
|
||||||
# need in order to bootstrap the dependency handling code.
|
|
||||||
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
||||||
[AC_CONFIG_COMMANDS([depfiles],
|
|
||||||
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
|
|
||||||
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
|
|
||||||
])
|
|
||||||
|
|
||||||
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
|
||||||
|
|
||||||
# Copyright (C) 2001-2017 Free Software Foundation, Inc.
|
|
||||||
#
|
|
||||||
# This file is free software; the Free Software Foundation
|
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
|
||||||
# with or without modifications, as long as this notice is preserved.
|
|
||||||
|
|
||||||
# AM_MAKE_INCLUDE()
|
|
||||||
# -----------------
|
|
||||||
# Check to see how make treats includes.
|
|
||||||
AC_DEFUN([AM_MAKE_INCLUDE],
|
|
||||||
[am_make=${MAKE-make}
|
|
||||||
cat > confinc << 'END'
|
|
||||||
am__doit:
|
|
||||||
@echo this is the am__doit target
|
|
||||||
.PHONY: am__doit
|
|
||||||
END
|
|
||||||
# If we don't find an include directive, just comment out the code.
|
|
||||||
AC_MSG_CHECKING([for style of include used by $am_make])
|
|
||||||
am__include="#"
|
|
||||||
am__quote=
|
|
||||||
_am_result=none
|
|
||||||
# First try GNU make style include.
|
|
||||||
echo "include confinc" > confmf
|
|
||||||
# Ignore all kinds of additional output from 'make'.
|
|
||||||
case `$am_make -s -f confmf 2> /dev/null` in #(
|
|
||||||
*the\ am__doit\ target*)
|
|
||||||
am__include=include
|
|
||||||
am__quote=
|
|
||||||
_am_result=GNU
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
# Now try BSD make style include.
|
|
||||||
if test "$am__include" = "#"; then
|
|
||||||
echo '.include "confinc"' > confmf
|
|
||||||
case `$am_make -s -f confmf 2> /dev/null` in #(
|
|
||||||
*the\ am__doit\ target*)
|
|
||||||
am__include=.include
|
|
||||||
am__quote="\""
|
|
||||||
_am_result=BSD
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
AC_SUBST([am__include])
|
|
||||||
AC_SUBST([am__quote])
|
|
||||||
AC_MSG_RESULT([$_am_result])
|
|
||||||
rm -f confinc confmf
|
|
||||||
])
|
|
||||||
|
|
||||||
# Copyright (C) 2006-2017 Free Software Foundation, Inc.
|
|
||||||
#
|
|
||||||
# This file is free software; the Free Software Foundation
|
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
|
||||||
# with or without modifications, as long as this notice is preserved.
|
|
||||||
|
|
||||||
# _AM_SUBST_NOTMAKE(VARIABLE)
|
|
||||||
# ---------------------------
|
|
||||||
# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
|
|
||||||
# This macro is traced by Automake.
|
|
||||||
AC_DEFUN([_AM_SUBST_NOTMAKE])
|
|
||||||
|
|
||||||
# AM_SUBST_NOTMAKE(VARIABLE)
|
|
||||||
# --------------------------
|
|
||||||
# Public sister of _AM_SUBST_NOTMAKE.
|
|
||||||
AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
|
|
||||||
|
|
||||||
m4_include([../../config/depstand.m4])
|
|
||||||
m4_include([../../config/lead-dot.m4])
|
|
||||||
m4_include([../../config/multi.m4])
|
|
||||||
m4_include([../../config/override.m4])
|
|
||||||
m4_include([../acinclude.m4])
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,45 +0,0 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
|
||||||
AC_INIT(crt0.S)
|
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
|
||||||
AC_ARG_PROGRAM
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
|
||||||
|
|
||||||
LIB_AC_PROG_CC
|
|
||||||
AS=${AS-as}
|
|
||||||
AC_SUBST(AS)
|
|
||||||
AR=${AR-ar}
|
|
||||||
AC_SUBST(AR)
|
|
||||||
LD=${LD-ld}
|
|
||||||
AC_SUBST(LD)
|
|
||||||
AC_PROG_RANLIB
|
|
||||||
LIB_AM_PROG_AS
|
|
||||||
|
|
||||||
case "${target}" in
|
|
||||||
mcore-*-elf)
|
|
||||||
bsp_prefix=elf-
|
|
||||||
;;
|
|
||||||
mcore-*-pe)
|
|
||||||
bsp_prefix=pe-
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
AC_SUBST(bsp_prefix)
|
|
||||||
|
|
||||||
host_makefile_frag=${srcdir}/../config/default.mh
|
|
||||||
|
|
||||||
dnl We have to assign the same value to other variables because autoconf
|
|
||||||
dnl doesn't provide a mechanism to substitute a replacement keyword with
|
|
||||||
dnl arbitrary data or pathnames.
|
|
||||||
dnl
|
|
||||||
host_makefile_frag_path=$host_makefile_frag
|
|
||||||
AC_SUBST(host_makefile_frag_path)
|
|
||||||
AC_SUBST_FILE(host_makefile_frag)
|
|
||||||
|
|
||||||
AM_ENABLE_MULTILIB(, ../..)
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
|
||||||
AC_OUTPUT
|
|
Loading…
Reference in New Issue