OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.stabs/] [config.status] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
#! /bin/sh
2
# Generated automatically by configure.
3
# Run this file to recreate the current configuration.
4
# This directory was configured as follows,
5 865 markom
# on host odin:
6 106 markom
#
7 866 markom
# ./configure  --host=i686-pc-linux-gnu --target=or32-uclinux --cache-file=../../../config.cache --srcdir=.
8 106 markom
#
9
# Compiler output produced by configure, useful for debugging
10
# configure, is in ./config.log if it exists.
11
 
12
ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
13
for ac_option
14
do
15
  case "$ac_option" in
16
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17 866 markom
    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=or32-uclinux --cache-file=../../../config.cache --srcdir=. --no-create --no-recursion"
18
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=or32-uclinux --cache-file=../../../config.cache --srcdir=. --no-create --no-recursion ;;
19 106 markom
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20
    echo "./config.status generated by autoconf version 2.12.1"
21
    exit 0 ;;
22
  -help | --help | --hel | --he | --h)
23
    echo "$ac_cs_usage"; exit 0 ;;
24
  *) echo "$ac_cs_usage"; exit 1 ;;
25
  esac
26
done
27
 
28
ac_given_srcdir=.
29
 
30
trap 'rm -fr Makefile conftest*; exit 1' 1 2 15
31
 
32
# Protect against being on the right side of a sed subst in config.status.
33
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
34
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
35
/^[     ]*VPATH[        ]*=[^:]*$/d
36
 
37
s%@SHELL@%/bin/sh%g
38
s%@CFLAGS@%-g -O2%g
39
s%@CPPFLAGS@%%g
40
s%@CXXFLAGS@%-g -O2%g
41
s%@DEFS@% %g
42
s%@LDFLAGS@%%g
43
s%@LIBS@%%g
44
s%@exec_prefix@%${prefix}%g
45
s%@prefix@%/usr/local%g
46
s%@program_transform_name@%s,x,x,%g
47
s%@bindir@%${exec_prefix}/bin%g
48
s%@sbindir@%${exec_prefix}/sbin%g
49
s%@libexecdir@%${exec_prefix}/libexec%g
50
s%@datadir@%${prefix}/share%g
51
s%@sysconfdir@%${prefix}/etc%g
52
s%@sharedstatedir@%${prefix}/com%g
53
s%@localstatedir@%${prefix}/var%g
54
s%@libdir@%${exec_prefix}/lib%g
55
s%@includedir@%${prefix}/include%g
56
s%@oldincludedir@%/usr/include%g
57
s%@infodir@%${prefix}/info%g
58
s%@mandir@%${prefix}/man%g
59
s%@CC@%gcc%g
60
s%@host@%i686-pc-linux-gnu%g
61
s%@host_alias@%i686-pc-linux-gnu%g
62
s%@host_cpu@%i686%g
63
s%@host_vendor@%pc%g
64
s%@host_os@%linux-gnu%g
65 866 markom
s%@target@%or32-unknown-linux-gnu%g
66
s%@target_alias@%or32-uclinux%g
67
s%@target_cpu@%or32%g
68
s%@target_vendor@%unknown%g
69 106 markom
s%@target_os@%linux-gnu%g
70
s%@build@%i686-pc-linux-gnu%g
71
s%@build_alias@%i686-pc-linux-gnu%g
72
s%@build_cpu@%i686%g
73
s%@build_vendor@%pc%g
74
s%@build_os@%linux-gnu%g
75
 
76
CEOF
77
 
78
# Split the substitutions into bite-sized pieces for seds with
79
# small command number limits, like on Digital OSF/1 and HP-UX.
80
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
81
ac_file=1 # Number of current file.
82
ac_beg=1 # First line for current file.
83
ac_end=$ac_max_sed_cmds # Line after last line for current file.
84
ac_more_lines=:
85
ac_sed_cmds=""
86
while $ac_more_lines; do
87
  if test $ac_beg -gt 1; then
88
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
89
  else
90
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
91
  fi
92
  if test ! -s conftest.s$ac_file; then
93
    ac_more_lines=false
94
    rm -f conftest.s$ac_file
95
  else
96
    if test -z "$ac_sed_cmds"; then
97
      ac_sed_cmds="sed -f conftest.s$ac_file"
98
    else
99
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
100
    fi
101
    ac_file=`expr $ac_file + 1`
102
    ac_beg=$ac_end
103
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
104
  fi
105
done
106
if test -z "$ac_sed_cmds"; then
107
  ac_sed_cmds=cat
108
fi
109
 
110
CONFIG_FILES=${CONFIG_FILES-"Makefile"}
111
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
112
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
113
  case "$ac_file" in
114
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
115
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
116
  *) ac_file_in="${ac_file}.in" ;;
117
  esac
118
 
119
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
120
 
121
  # Remove last slash and all that follows it.  Not all systems have dirname.
122
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
123
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
124
    # The file is in a subdirectory.
125
    test ! -d "$ac_dir" && mkdir "$ac_dir"
126
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
127
    # A "../" for each directory in $ac_dir_suffix.
128
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
129
  else
130
    ac_dir_suffix= ac_dots=
131
  fi
132
 
133
  case "$ac_given_srcdir" in
134
  .)  srcdir=.
135
      if test -z "$ac_dots"; then top_srcdir=.
136
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
137
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
138
  *) # Relative path.
139
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
140
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
141
  esac
142
 
143
 
144
  echo creating "$ac_file"
145
  rm -f "$ac_file"
146
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
147
  case "$ac_file" in
148
  *Makefile*) ac_comsub="1i\\
149
# $configure_input" ;;
150
  *) ac_comsub= ;;
151
  esac
152
 
153
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
154
  sed -e "$ac_comsub
155
s%@configure_input@%$configure_input%g
156
s%@srcdir@%$srcdir%g
157
s%@top_srcdir@%$top_srcdir%g
158
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
159
fi; done
160
rm -f conftest.s*
161
 
162
 
163
 
164
exit 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.