source: trunk/src/gcc/libstdc++-v3/configure.host@ 457

Last change on this file since 457 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 770 bytes
Line 
1# configure.host
2
3# This shell script handles all host based configuration for libstdc++.
4# It sets various shell variables based on the the host and the
5# configuration options. You can modify this shell script without
6# needing to rerun autoconf.
7
8# This shell script should be invoked as
9# . configure.host
10# If it encounters an error, it will exit with a message.
11
12# It uses the following shell variables:
13# host The configuration host
14# host_cpu The configuration host CPU
15# target_optspace --enable-target-optspace ("yes", "no", "")
16
17# It sets the following shell variables:
18
19
20AM_RUNTESTFLAGS=
21
22# Set any host dependent compiler flags.
23# THIS TABLE IS SORTED. KEEP IT THAT WAY.
24
25
26case "${host}" in
27 *)
28 ;;
29esac
30
31
Note: See TracBrowser for help on using the repository browser.