summaryrefslogtreecommitdiffstats
path: root/libg++/libstdc++/stl/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'libg++/libstdc++/stl/configure.in')
-rw-r--r--libg++/libstdc++/stl/configure.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/libg++/libstdc++/stl/configure.in b/libg++/libstdc++/stl/configure.in
new file mode 100644
index 0000000..d452935
--- /dev/null
+++ b/libg++/libstdc++/stl/configure.in
@@ -0,0 +1,37 @@
+# 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=iterator.h
+srcname="Standard Template Library"
+package_makefile_frag=Make.pack
+
+# per-host:
+
+# per-target:
+
+target_makefile_frag=../target-mkfrag
+
+LIBDIR=yes
+TO_TOPDIR=../../
+ALL='stl.list'
+EXTRA_MOSTLYCLEAN=stl.list
+XCXXINCLUDES="-I${srcdir} -I${srcdir}/.. -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio"
+(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
+
+# post-target:
+
+# We need multilib support.
+case ${srcdir} in
+.)
+ if [ "${with_target_subdir}" != "." ] ; then
+ . ${srcdir}/${with_multisrctop}../../../config-ml.in
+ else
+ . ${srcdir}/${with_multisrctop}../../config-ml.in
+ fi
+ ;;
+*)
+ . ${srcdir}/../../config-ml.in
+ ;;
+esac
OpenPOWER on IntegriCloud