OSDN Git Service

Move *-*-gnu* pattern below *-*-linux*.
[pf3gnuchains/gcc-fork.git] / libstdc++ / configure.in
1 # This file is a shell script fragment that supplies the information
2 # necessary for a configure script to process the program in
3 # this directory.  For more information, look at ../configure.
4
5 # If the language specific compiler does not exist, but the "gcc" directory 
6 # does, we do not build anything. Note, $r is set by the top-level Makefile.
7 # Note that when we look for the compiler, we search both with and without
8 # extension to handle cross and canadian cross builds. 
9 # Note that if $norecursion is set we're being called from config.status,
10 # so don't check for the compiler; we might be doing a make clean.
11 compiler_name=cc1plus
12 rm -f skip-this-dir
13 if test -n "$r" && [ -z "$norecursion" ] ; then
14   if test -d "$r"/gcc; then
15     if test -f "$r"/gcc/$compiler_name \
16        || test -f "$r"/gcc/$compiler_name.exe; then
17       true
18     else
19       echo "rm -f multilib.out" > skip-this-dir
20     fi
21   fi
22 fi
23
24 if [ "${srcdir}" = "." ] ; then
25   if [ "${with_target_subdir}" != "." ] ; then
26     topsrcdir=${with_multisrctop}../..
27   else
28     topsrcdir=${with_multisrctop}..
29   fi
30 else
31   topsrcdir=${srcdir}/..
32 fi
33
34 if [ -d ${topsrcdir}/gcc ] ; then
35   configdirs="tests testsuite"
36 else
37   configdirs="tests"
38 fi
39 srctrigger=sinst.cc
40 srcname="ANSI C++ library"
41 package_makefile_frag=Make.pack
42 package_makefile_rules_frag=Make.pack.r
43
44 # per-host:
45
46 # per-target:
47
48 echo "# Warning: this fragment is automatically generated" > temp.mt
49 frags=
50
51 # If they didn't specify --enable-shared, don't generate shared libs.
52 case "${enable_shared}" in
53   yes) shared=yes ;;
54   no) shared=no ;;
55   *libstdc++*) shared=yes ;;
56   *) shared=no ;;
57 esac
58
59 if [ "${shared}" = "yes" ]; then
60   case "${target}" in
61     alpha*-*-linux*)    frags=../../config/mh-elfalphapic ;;
62     arm*-*-*)           frags=../../config/mh-armpic ;;
63     hppa*-*-*)          frags=../../config/mh-papic ;;
64     i[3456]86-*-*)      frags=../../config/mh-x86pic ;;
65     powerpc*-*-aix*)    ;;
66     powerpc*-*-*)       frags=../../config/mh-ppcpic ;;
67     *-*-*)              frags=../../config/mh-${target_cpu}pic ;;
68   esac
69   case "${target}" in
70     *-*-aix*)           frags="${frags} aix.ml" ;;
71     *-dec-osf*)         frags="${frags} dec-osf.ml";;
72     *-*-freebsd2*)      ;;
73     *-*-freebsd*)       frags="${frags} freebsd.ml" ;;
74     *-*-hpux*)          frags="${frags} hpux.ml" ;;
75     *-*-irix[56]*)      frags="${frags} irix5.ml" ;;
76     *-*-linux*aout*)    ;;
77     *-*-linux*)         frags="${frags} linux.ml" ;;
78     # This must come after *-*-linux*
79     *-*-gnu*)           frags="${frags} gnu.ml" ;;
80     *-*-openbsd*)               frags="${frags} openbsd.ml" ;;
81     *-*-sysv[45]*|*-*-udk*)     frags="${frags} elf.ml" ;;
82     *-*-solaris*)       frags="${frags} sol2shm.ml" ;;
83     *-*-sunos4*)        frags="${frags} sunos4.ml" ;;
84     i[3456]86-*-interix*)       frags="${frags} x86-interix.ml" ;;
85   esac
86 fi
87
88 # Make sure the right flags are defined for multi-threading.
89 case "${target}" in
90   alpha*-*-linux-gnulibc1)      frags="${frags} linux.mt" ;;
91   powerpc*-*-linux-gnulibc1)    frags="${frags} linux.mt" ;;
92   *-*-linux-gnu)                frags="${frags} linux.mt" ;;
93   *-*-openbsd*)         
94         case "x${enable_threads}" in
95                 xyes|xposix)    frags="${frags} openbsd.mt" ;;
96         esac;;
97   m68k-motorola-sysv)           frags="${frags} delta.mt" ;;
98   *-*-solaris*)
99     case "x${enable_threads}" in
100       xposix)                   frags="${frags} sol2pth.mt" ;;
101       xsolaris)                 frags="${frags} sol2solth.mt" ;;
102     esac ;;
103   *)
104     case "x${enable_threads}" in
105       xposix)                   frags="${frags} posix.mt" ;;
106     esac ;;
107 esac
108
109 for frag in ${frags}; do
110   case ${frag} in
111     ../* )
112       if [ ${srcdir} = . ]; then
113         [ -n "${with_target_subdir}" ] && frag=../${frag}
114         [ -n "${with_multisrctop}" ] && frag=${with_multisrctop}${frag}
115       fi
116       ;;
117   esac
118   frag=${srcdir}/config/$frag
119   if [ -f ${frag} ]; then
120     echo "Appending ${frag} to target-mkfrag"
121     echo "# Following fragment copied from ${frag}" >> temp.mt
122     cat ${frag} >> temp.mt
123   fi
124 done
125
126 target_makefile_frag=target-mkfrag
127 ${moveifchange} temp.mt target-mkfrag
128
129 LIBDIR=yes
130 TO_TOPDIR=../
131 ALL='libs'
132 XCXXINCLUDES="-I${srcdir} -I${srcdir}/stl -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio"
133 MOSTLYCLEAN='*.o pic stamp-picdir core so_locations $(MOSTLYCLEAN_JUNK)'
134 CLEAN='$(CLEAN_JUNK)'
135 EXTRA_DISTCLEAN='target-mkfrag'
136
137 (. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
138
139 . ${topsrcdir}/config.if
140 echo "
141 LIBSTDCXX_INTERFACE=${libstdcxx_interface}
142 CXX_INTERFACE=${cxx_interface}
143 LIBC_INTERFACE=${libc_interface}
144 " >> ${package_makefile_frag}
145
146 # This duplicated the AC_PROG_LN_S macro in GNU autoconf.
147 rm -f conttestdata
148 if ln -s X conftestdata 2>/dev/null
149 then
150   rm -f conftestdata
151   LN_S="ln -s"
152 else
153   LN_S=ln
154 fi
155 echo "
156 LN_S=$LN_S
157 " >> ${package_makefile_frag}
158
159 # post-target:
160
161 # If cross-compiling, we install in $(tooldir)/lib or in $(libsubdir)
162 # depending on --enable-version-specific-runtime-libs.
163 if [ -n "${with_cross_host}" ] ; then
164     rm -f Makefile.tem
165     sed \
166         -e 's|^\([      ]*INSTALLDIR[   ]*=[    ]*\)\$(libdir)|\1$(tooldir)/lib|' \
167         Makefile >Makefile.tem
168     mv -f Makefile.tem Makefile
169 fi
170
171 # enable multilib-ing by default.
172 if [ -z "${enable_multilib}" ]; then
173     enable_multilib=yes
174 fi
175
176 . ${topsrcdir}/config-ml.in
177
178 gxx_include_dir=
179 # Specify the g++ header file directory
180 # Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
181 if test "${with_gxx_include_dir+set}" = set; then
182   withval="$with_gxx_include_dir"
183   case "${withval}" in
184     yes)
185       echo "configure.in: error: bad value ${withval} given for g++ include directory" 1>&2
186       exit 1
187       ;;
188     no) ;;
189     *)  gxx_include_dir=$with_gxx_include_dir ;;
190   esac
191 fi
192
193 if test x${gxx_include_dir} = x; then
194   if test x${enable_version_specific_runtime_libs} = xyes; then
195     gxx_include_dir='${libsubdir}/include/g++'
196   else
197     gxx_include_dir='${prefix}/include/g++'-${libstdcxx_interface}
198   fi
199 fi
200
201 rm -f Makefile.tem
202 sed -e "s%^gxx_include_dir[     ]*=.*$%gxx_include_dir=${gxx_include_dir}%" \
203        Makefile >Makefile.tem
204 mv -f Makefile.tem Makefile