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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [gdbserver/] [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
# ./configure  --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --cache-file=../../config.cache --srcdir=.
8
#
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
    echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --cache-file=../../config.cache --srcdir=. --no-create --no-recursion"
18
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --cache-file=../../config.cache --srcdir=. --no-create --no-recursion ;;
19
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
20
    echo "./config.status generated by autoconf version 2.12"
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 865 markom
ac_given_INSTALL="/usr/bin//install -c"
30 106 markom
 
31
trap 'rm -fr Makefile conftest*; exit 1' 1 2 15
32
 
33
# Protect against being on the right side of a sed subst in config.status.
34
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
35
 s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
36
/^[     ]*VPATH[        ]*=[^:]*$/d
37
 
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%@host@%i686-pc-linux-gnu%g
60
s%@host_alias@%i686-pc-linux-gnu%g
61
s%@host_cpu@%i686%g
62
s%@host_vendor@%pc%g
63
s%@host_os@%linux-gnu%g
64
s%@target@%i686-pc-linux-gnu%g
65
s%@target_alias@%i686-pc-linux-gnu%g
66
s%@target_cpu@%i686%g
67
s%@target_vendor@%pc%g
68
s%@target_os@%linux-gnu%g
69
s%@build@%i686-pc-linux-gnu%g
70
s%@build_alias@%i686-pc-linux-gnu%g
71
s%@build_cpu@%i686%g
72
s%@build_vendor@%pc%g
73
s%@build_os@%linux-gnu%g
74
s%@INSTALL_PROGRAM@%${INSTALL}%g
75
s%@INSTALL_DATA@%${INSTALL} -m 644%g
76
/@host_makefile_frag@/r ./../config/i386/linux.mh
77
s%@host_makefile_frag@%%g
78
/@target_makefile_frag@/r ./../config/i386/linux.mt
79
s%@target_makefile_frag@%%g
80
s%@frags@% ./../config/i386/linux.mh ./../config/i386/linux.mt%g
81
 
82
CEOF
83
 
84
# Split the substitutions into bite-sized pieces for seds with
85
# small command number limits, like on Digital OSF/1 and HP-UX.
86
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
87
ac_file=1 # Number of current file.
88
ac_beg=1 # First line for current file.
89
ac_end=$ac_max_sed_cmds # Line after last line for current file.
90
ac_more_lines=:
91
ac_sed_cmds=""
92
while $ac_more_lines; do
93
  if test $ac_beg -gt 1; then
94
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
95
  else
96
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
97
  fi
98
  if test ! -s conftest.s$ac_file; then
99
    ac_more_lines=false
100
    rm -f conftest.s$ac_file
101
  else
102
    if test -z "$ac_sed_cmds"; then
103
      ac_sed_cmds="sed -f conftest.s$ac_file"
104
    else
105
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
106
    fi
107
    ac_file=`expr $ac_file + 1`
108
    ac_beg=$ac_end
109
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
110
  fi
111
done
112
if test -z "$ac_sed_cmds"; then
113
  ac_sed_cmds=cat
114
fi
115
 
116
CONFIG_FILES=${CONFIG_FILES-"Makefile"}
117
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
118
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
119
  case "$ac_file" in
120
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
121
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
122
  *) ac_file_in="${ac_file}.in" ;;
123
  esac
124
 
125
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
126
 
127
  # Remove last slash and all that follows it.  Not all systems have dirname.
128
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
129
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
130
    # The file is in a subdirectory.
131
    test ! -d "$ac_dir" && mkdir "$ac_dir"
132
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
133
    # A "../" for each directory in $ac_dir_suffix.
134
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
135
  else
136
    ac_dir_suffix= ac_dots=
137
  fi
138
 
139
  case "$ac_given_srcdir" in
140
  .)  srcdir=.
141
      if test -z "$ac_dots"; then top_srcdir=.
142
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
143
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
144
  *) # Relative path.
145
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
146
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
147
  esac
148
 
149
  case "$ac_given_INSTALL" in
150
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
151
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
152
  esac
153
 
154
  echo creating "$ac_file"
155
  rm -f "$ac_file"
156
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
157
  case "$ac_file" in
158
  *Makefile*) ac_comsub="1i\\
159
# $configure_input" ;;
160
  *) ac_comsub= ;;
161
  esac
162
 
163
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
164
  sed -e "$ac_comsub
165
s%@configure_input@%$configure_input%g
166
s%@srcdir@%$srcdir%g
167
s%@top_srcdir@%$top_srcdir%g
168
s%@INSTALL@%$INSTALL%g
169
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
170
fi; done
171
rm -f conftest.s*
172
 
173
ac_sources=" ../config/i386/xm-linux.h ../config/i386/tm-linux.h ../config/i386/nm-linux.h"
174
ac_dests=" xm.h tm.h nm.h"
175
srcdir=$ac_given_srcdir
176
while test -n "$ac_sources"; do
177
  set $ac_dests; ac_dest=$1; shift; ac_dests=$*
178
  set $ac_sources; ac_source=$1; shift; ac_sources=$*
179
 
180
  echo "linking $srcdir/$ac_source to $ac_dest"
181
 
182
  if test ! -r $srcdir/$ac_source; then
183
    { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
184
  fi
185
  rm -f $ac_dest
186
 
187
  # Make relative symlinks.
188
  # Remove last slash and all that follows it.  Not all systems have dirname.
189
  ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
190
  if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
191
    # The dest file is in a subdirectory.
192
    test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
193
    ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
194
    # A "../" for each directory in $ac_dest_dir_suffix.
195
    ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
196
  else
197
    ac_dest_dir_suffix= ac_dots=
198
  fi
199
 
200
  case "$srcdir" in
201
  [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
202
  *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
203
  esac
204
 
205
  # Make a symlink if possible; otherwise try a hard link.
206
  if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
207
    ln $srcdir/$ac_source $ac_dest; then :
208
  else
209
    { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
210
  fi
211
done
212
 
213
 
214
exit 0

powered by: WebSVN 2.1.0

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