summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgmp/configure.in
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-10-20 08:09:18 +0000
committermarkm <markm@FreeBSD.org>1996-10-20 08:09:18 +0000
commit49cb30843384d368768628301f852943c5938b3e (patch)
tree87bae7026e585f79b45503177a8e189c2a02b8c9 /gnu/lib/libgmp/configure.in
parent185f1c9db80869a483373ed0da6076ad6a61f132 (diff)
parent95051df139229f811dc922523d1891a293f026f2 (diff)
downloadFreeBSD-src-49cb30843384d368768628301f852943c5938b3e.zip
FreeBSD-src-49cb30843384d368768628301f852943c5938b3e.tar.gz
This commit was generated by cvs2svn to compensate for changes in r19045,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'gnu/lib/libgmp/configure.in')
-rw-r--r--gnu/lib/libgmp/configure.in35
1 files changed, 35 insertions, 0 deletions
diff --git a/gnu/lib/libgmp/configure.in b/gnu/lib/libgmp/configure.in
new file mode 100644
index 0000000..42192b5
--- /dev/null
+++ b/gnu/lib/libgmp/configure.in
@@ -0,0 +1,35 @@
+# 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="mpn mpz mpf mpq mpbsd"
+srctrigger=gmp-impl.h
+srcname="GNU Multi-Precision library"
+
+# per-host:
+
+# per-target:
+
+case "${target}" in
+ sparc8* | microsparc*)
+ if [ x$with_gcc != xno ]
+ then
+ target_makefile_frag=config/mt-sprc8-gcc
+ fi
+ ;;
+ supersparc*)
+ if [ x$with_gcc != xno ]
+ then
+ target_makefile_frag=config/mt-supspc-gcc
+ fi
+ ;;
+ m888110*)
+ if [ x$with_gcc != xno ]
+ then
+ target_makefile_frag=config/mt-m88110
+ fi
+ ;;
+ *-*-linux*)
+ target_makefile_frag=config/mt-linux ;;
+
+esac
OpenPOWER on IntegriCloud