mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 00:59:22 +08:00
4b52c11409
* configure.in (topsrcdir): New. (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead. (config-ml.in): Use ${topsrcdir}/config-ml.in. * tests/configure.in (topsrcdir): New. (CHECK): Check ${topsrcdir}/gcc instead. From-SVN: r17506
36 lines
890 B
Plaintext
36 lines
890 B
Plaintext
# This file is a shell script fragment that supplies the information
|
|
# necessary for a configure script to process the program in
|
|
# this directory. For more information, look at ../../configure.
|
|
|
|
configdirs=
|
|
srctrigger=tFile.cc
|
|
srcname="test C++ input/output library"
|
|
package_makefile_frag=Make.pack
|
|
|
|
# per-host:
|
|
|
|
# per-target:
|
|
|
|
TO_TOPDIR=../../
|
|
ALL=' '
|
|
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
|
|
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
|
|
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
|
|
(. ${srcdir}/../config.shared) >${package_makefile_frag}
|
|
|
|
if [ "${srcdir}" = "." ] ; then
|
|
if [ "${with_target_subdir}" != "." ] ; then
|
|
topsrcdir=${with_multisrctop}../../..
|
|
else
|
|
topsrcdir=${with_multisrctop}../..
|
|
fi
|
|
else
|
|
topsrcdir=${srcdir}/../..
|
|
fi
|
|
|
|
if [ ! -d ${topsrcdir}/gcc ] ; then
|
|
echo "CHECK = check-iostream check-iostdio" >>${package_makefile_frag}
|
|
fi
|
|
|
|
# post-target:
|