]> gcc.gnu.org Git - gcc.git/blame_incremental - libio/configure.in
cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.
[gcc.git] / libio / configure.in
... / ...
CommitLineData
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.
11compiler_name=cc1plus
12rm -f skip-this-dir
13if 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
22fi
23
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
35 configdirs="tests dbz stdio testsuite"
36else
37 configdirs="tests dbz stdio"
38fi
39srctrigger=libioP.h
40srcname="input/output library"
41package_makefile_frag=Make.pack
42package_makefile_rules_frag=Make.pack.r
43
44# per-host:
45
46# per-target:
47
48echo "# Warning: this fragment is automatically generated" > temp.mt
49frags=
50
51case "${target}" in
52 *-mpeix*) frags="mpeix.mt" ;;
53 *-hpux*) frags=hpux.mt ;;
54 alpha*-*-linux-gnulibc1)
55 frags="linux.mt linuxaxp1.mt mtsafe.mt" ;;
56 powerpc*-*-linux-gnulibc1)
57 frags="linux.mt linuxaxp1.mt mtsafe.mt" ;;
58 *-linux-gnulibc1)
59 frags=linuxlibc1.mt ;;
60 *-linux-gnu*) frags="linux.mt mtsafe.mt" ;;
61 *-sco3.2v[45]*) frags=sco4.mt ;;
62 *-isc*) frags=isc.mt ;;
63 *-netware*) frags=netware.mt ;;
64 *-dgux*) frags=dgux.mt ;;
65 *vxworks*) frags="vxworks.mt" ;;
66 *-beos*) frags="beos.mt mtsafe.mt" ;;
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
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" ;;
86 esac
87fi
88
89# Take care of header file lossage.
90case "${target}" in
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
98 ;;
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
106 ;;
107 *-linux-gnu*)
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 ;;
118esac
119
120for frag in ${frags}; do
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
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=../
142ALL='$(_G_CONFIG_H) libio.a libiostream.a iostream.list'
143case "${target}" in
144 *-*-cygwin*)
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
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
157if [ -n "${with_cross_host}" -a -d ${topsrcdir}/gcc ]; then
158 CHECK_SUBDIRS=testsuite
159fi
160(. ${srcdir}/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
161
162# post-target:
163
164# If cross-compiling, we install in $(tooldir)/lib or in $(libsubdir)
165# depending on --enable-version-specific-runtime-libs.
166if [ -n "${with_cross_host}" ] ; then
167 rm -f Makefile.tem
168 sed \
169 -e 's|\(^[ ]*INSTALLDIR[ ]*=[ ]*\)\$(libdir)|\1$(tooldir)/lib|' \
170 Makefile >Makefile.tem
171 mv -f Makefile.tem Makefile
172fi
173
174. ${topsrcdir}/config-ml.in
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
195 . ${topsrcdir}/config.if
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.034919 seconds and 5 git commands to generate.