]> gcc.gnu.org Git - gcc.git/blame - libio/configure.in
cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.
[gcc.git] / libio / configure.in
CommitLineData
6599da04
JM
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
763ecbbc
MK
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.
d960c105
JM
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.
71205e0b
MH
11compiler_name=cc1plus
12rm -f skip-this-dir
d960c105 13if test -n "$r" && [ -z "$norecursion" ] ; then
71205e0b 14 if test -d "$r"/gcc; then
763ecbbc 15 if test -f "$r"/gcc/$compiler_name \
6de94858 16 || test -f "$r"/gcc/$compiler_name.exe; then
71205e0b
MH
17 true
18 else
19 echo "rm -f multilib.out" > skip-this-dir
20 fi
21 fi
22fi
23
4b52c114
L
24if [ "${srcdir}" = "." ] ; then
25 if [ "${with_target_subdir}" != "." ] ; then
26 topsrcdir=${with_multisrctop}../..
27 else
28 topsrcdir=${with_multisrctop}..
29 fi
30else
31 topsrcdir=${srcdir}/..
32fi
33
34if [ -d ${topsrcdir}/gcc ] ; then
af2de9e6
L
35 configdirs="tests dbz stdio testsuite"
36else
37 configdirs="tests dbz stdio"
38fi
6599da04
JM
39srctrigger=libioP.h
40srcname="input/output library"
41package_makefile_frag=Make.pack
c3880e45 42package_makefile_rules_frag=Make.pack.r
6599da04
JM
43
44# per-host:
45
46# per-target:
47
48echo "# Warning: this fragment is automatically generated" > temp.mt
49frags=
50
51case "${target}" in
a27995df 52 *-mpeix*) frags="mpeix.mt" ;;
6599da04 53 *-hpux*) frags=hpux.mt ;;
20a2fbe2
RH
54 alpha*-*-linux-gnulibc1)
55 frags="linux.mt linuxaxp1.mt mtsafe.mt" ;;
56 powerpc*-*-linux-gnulibc1)
57 frags="linux.mt linuxaxp1.mt mtsafe.mt" ;;
e693cc28 58 *-linux-gnulibc1)
e693cc28 59 frags=linuxlibc1.mt ;;
ad242caf 60 *-linux-gnu*) frags="linux.mt mtsafe.mt" ;;
6599da04
JM
61 *-sco3.2v[45]*) frags=sco4.mt ;;
62 *-isc*) frags=isc.mt ;;
63 *-netware*) frags=netware.mt ;;
a310f948 64 *-dgux*) frags=dgux.mt ;;
e5da599a 65 *vxworks*) frags="vxworks.mt" ;;
24618f49 66 *-beos*) frags="beos.mt mtsafe.mt" ;;
6599da04
JM
67 *) frags=${target_cpu}.mt ;;
68esac
69
70case "${enable_shared}" in
71 yes) shared=yes ;;
72 no) shared=no ;;
73 *libio*) shared=yes ;;
74 *) shared=no ;;
75esac
76
77if [ "${shared}" = "yes" ]; then
78 case "${target}" in
f24ab9a1
FS
79 alpha*-*-linux*) frags="${frags} ../../config/mh-elfalphapic" ;;
80 arm*-*-*) frags="${frags} ../../config/mh-armpic" ;;
81 hppa*-*-*) frags="${frags} ../../config/mh-papic" ;;
82 i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;
83 powerpc*-*-aix*) ;;
84 powerpc*-*-*) frags="${frags} ../../config/mh-ppcpic" ;;
85 *-*-*) frags="${frags} ../../config/mh-${target_cpu}pic" ;;
6599da04
JM
86 esac
87fi
88
20a2fbe2 89# Take care of header file lossage.
e693cc28 90case "${target}" in
20a2fbe2
RH
91 alpha*-*-linux-gnulibc1)
92 # For some reason stdio-lock.h is not installed on Red Hat systems.
93 # Further, libc-lock.h needs to define the pthreads stuff weak, and
94 # fails to do this for other than _LIBC. Install our own versions
95 # of these files.
96 cp ${srcdir}/config/linuxaxp1-libc-lock.h libc-lock.h
97 cp ${srcdir}/config/linuxaxp1-stdio-lock.h stdio-lock.h
e693cc28 98 ;;
20a2fbe2
RH
99 powerpc*-*-linux-gnulibc1)
100 # For some reason stdio-lock.h is not installed on Red Hat systems.
101 # Further, libc-lock.h needs to define the pthreads stuff weak, and
102 # fails to do this for other than _LIBC. Install our own versions
103 # of these files.
104 cp ${srcdir}/config/linuxaxp1-libc-lock.h libc-lock.h
105 cp ${srcdir}/config/linuxaxp1-stdio-lock.h stdio-lock.h
e693cc28 106 ;;
ad242caf 107 *-linux-gnu*)
f49b1654
L
108 # We have a correct libc-lock.h in glibc 2.1 but not all glibc 2.0.
109 # Create a wrapper if necessary.
110 (echo "#include <bits/libc-lock.h>" | ${CC-cc} -E -) >/dev/null 2>&1 ||
111 {
112 echo "#include_next <libc-lock.h>" > libc-lock.h
113 echo 'asm (".weak _pthread_cleanup_pop_restore");' >> libc-lock.h
114 echo 'asm (".weak _pthread_cleanup_push_defer");' >> libc-lock.h
115
116 }
117 ;;
e693cc28
UD
118esac
119
6599da04 120for frag in ${frags}; do
e8919ca7
MH
121 case ${frag} in
122 ../* )
123 if [ ${srcdir} = . ]; then
124 [ -n "${with_target_subdir}" ] && frag=../${frag}
125 [ -n "${with_multisrctop}" ] && frag=${with_multisrctop}${frag}
126 fi
127 ;;
128 esac
6599da04
JM
129 frag=${srcdir}/config/$frag
130 if [ -f ${frag} ]; then
131 echo "Appending ${frag} to target-mkfrag"
132 echo "# Following fragment copied from ${frag}" >> temp.mt
133 cat ${frag} >> temp.mt
134 fi
135done
136
137target_makefile_frag=target-mkfrag
138${moveifchange} temp.mt target-mkfrag
139
140LIBDIR=yes
141TO_TOPDIR=../
dbfcb4be 142ALL='$(_G_CONFIG_H) libio.a libiostream.a iostream.list'
2b63596a 143case "${target}" in
8df1d91a 144 *-*-cygwin*)
2b63596a
JL
145 XCINCLUDES='-I. -I$(srcdir) -I$(srcdir)/../winsup/include'
146 XCXXINCLUDES='-I. -I$(srcdir) -I$(srcdir)/../winsup/include'
147 ;;
148 *)
149 XCINCLUDES='-I. -I$(srcdir)'
150 XCXXINCLUDES='-I. -I$(srcdir)'
151 ;;
152esac
6599da04
JM
153MOSTLYCLEAN='*.o pic stamp-picdir core iostream.list'
154DISTCLEAN='config.status Makefile *~ Make.pack target-mkfrag multilib.out'
155CLEAN='_G_config.h *.a'
156INFO_FILES=iostream
4b52c114 157if [ -n "${with_cross_host}" -a -d ${topsrcdir}/gcc ]; then
6599da04
JM
158 CHECK_SUBDIRS=testsuite
159fi
c3880e45 160(. ${srcdir}/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
6599da04
JM
161
162# post-target:
163
842f5115
MH
164# If cross-compiling, we install in $(tooldir)/lib or in $(libsubdir)
165# depending on --enable-version-specific-runtime-libs.
6599da04
JM
166if [ -n "${with_cross_host}" ] ; then
167 rm -f Makefile.tem
168 sed \
842f5115 169 -e 's|\(^[ ]*INSTALLDIR[ ]*=[ ]*\)\$(libdir)|\1$(tooldir)/lib|' \
6599da04
JM
170 Makefile >Makefile.tem
171 mv -f Makefile.tem Makefile
172fi
173
4b52c114 174. ${topsrcdir}/config-ml.in
88101ab9
L
175
176gxx_include_dir=
177# Specify the g++ header file directory
178# Check whether --with-gxx-include-dir or --without-gxx-include-dir was given.
179if test "${with_gxx_include_dir+set}" = set; then
180 withval="$with_gxx_include_dir"
181 case "${withval}" in
182 yes)
183 echo "configure.in: error: bad value ${withval} given for g++ include directory" 1>&2
184 exit 1
185 ;;
186 no) ;;
187 *) gxx_include_dir=$with_gxx_include_dir ;;
188 esac
189fi
190
191if test x${gxx_include_dir} = x; then
192 if test x${enable_version_specific_runtime_libs} = xyes; then
193 gxx_include_dir='${libsubdir}/include/g++'
194 else
5c2a352d 195 . ${topsrcdir}/config.if
88101ab9
L
196 gxx_include_dir='${prefix}/include/g++'-${libstdcxx_interface}
197 fi
198fi
199
200rm -f Makefile.tem
201sed -e "s%^gxx_include_dir[ ]*=.*$%gxx_include_dir=${gxx_include_dir}%" \
202 Makefile >Makefile.tem
203mv -f Makefile.tem Makefile
This page took 0.163831 seconds and 5 git commands to generate.