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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [gdbserver/] [config.status] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 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
# on host sourceware.cygnus.com:
6
#
7
# ./configure  --host=sun4 --target=sun4 --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=sun4 --target=sun4 --cache-file=../../config.cache --srcdir=. --no-create --no-recursion"
18
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=sun4 --target=sun4 --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.13"
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
ac_given_INSTALL="/usr/bin/install -c"
30
 
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%@SHELL@%/bin/sh%g
39
s%@CFLAGS@%-g -O2%g
40
s%@CPPFLAGS@%%g
41
s%@CXXFLAGS@%-g -O2%g
42
s%@FFLAGS@%%g
43
s%@DEFS@% %g
44
s%@LDFLAGS@%%g
45
s%@LIBS@%%g
46
s%@exec_prefix@%${prefix}%g
47
s%@prefix@%/usr/local%g
48
s%@program_transform_name@%s,x,x,%g
49
s%@bindir@%${exec_prefix}/bin%g
50
s%@sbindir@%${exec_prefix}/sbin%g
51
s%@libexecdir@%${exec_prefix}/libexec%g
52
s%@datadir@%${prefix}/share%g
53
s%@sysconfdir@%${prefix}/etc%g
54
s%@sharedstatedir@%${prefix}/com%g
55
s%@localstatedir@%${prefix}/var%g
56
s%@libdir@%${exec_prefix}/lib%g
57
s%@includedir@%${prefix}/include%g
58
s%@oldincludedir@%/usr/include%g
59
s%@infodir@%${prefix}/info%g
60
s%@mandir@%${prefix}/man%g
61
s%@host@%sparc-sun-sunos4.1.1%g
62
s%@host_alias@%sun4%g
63
s%@host_cpu@%sparc%g
64
s%@host_vendor@%sun%g
65
s%@host_os@%sunos4.1.1%g
66
s%@target@%sparc-sun-sunos4.1.1%g
67
s%@target_alias@%sun4%g
68
s%@target_cpu@%sparc%g
69
s%@target_vendor@%sun%g
70
s%@target_os@%sunos4.1.1%g
71
s%@build@%sparc-sun-sunos4.1.1%g
72
s%@build_alias@%sun4%g
73
s%@build_cpu@%sparc%g
74
s%@build_vendor@%sun%g
75
s%@build_os@%sunos4.1.1%g
76
s%@INSTALL_PROGRAM@%${INSTALL}%g
77
s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
78
s%@INSTALL_DATA@%${INSTALL} -m 644%g
79
/@host_makefile_frag@/r ./../config/sparc/sun4os4.mh
80
s%@host_makefile_frag@%%g
81
/@target_makefile_frag@/r ./../config/sparc/sun4os4.mt
82
s%@target_makefile_frag@%%g
83
s%@frags@% ./../config/sparc/sun4os4.mh ./../config/sparc/sun4os4.mt%g
84
 
85
CEOF
86
 
87
# Split the substitutions into bite-sized pieces for seds with
88
# small command number limits, like on Digital OSF/1 and HP-UX.
89
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
90
ac_file=1 # Number of current file.
91
ac_beg=1 # First line for current file.
92
ac_end=$ac_max_sed_cmds # Line after last line for current file.
93
ac_more_lines=:
94
ac_sed_cmds=""
95
while $ac_more_lines; do
96
  if test $ac_beg -gt 1; then
97
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
98
  else
99
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
100
  fi
101
  if test ! -s conftest.s$ac_file; then
102
    ac_more_lines=false
103
    rm -f conftest.s$ac_file
104
  else
105
    if test -z "$ac_sed_cmds"; then
106
      ac_sed_cmds="sed -f conftest.s$ac_file"
107
    else
108
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
109
    fi
110
    ac_file=`expr $ac_file + 1`
111
    ac_beg=$ac_end
112
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
113
  fi
114
done
115
if test -z "$ac_sed_cmds"; then
116
  ac_sed_cmds=cat
117
fi
118
 
119
CONFIG_FILES=${CONFIG_FILES-"Makefile"}
120
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
121
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
122
  case "$ac_file" in
123
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
124
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
125
  *) ac_file_in="${ac_file}.in" ;;
126
  esac
127
 
128
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
129
 
130
  # Remove last slash and all that follows it.  Not all systems have dirname.
131
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
132
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
133
    # The file is in a subdirectory.
134
    test ! -d "$ac_dir" && mkdir "$ac_dir"
135
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
136
    # A "../" for each directory in $ac_dir_suffix.
137
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
138
  else
139
    ac_dir_suffix= ac_dots=
140
  fi
141
 
142
  case "$ac_given_srcdir" in
143
  .)  srcdir=.
144
      if test -z "$ac_dots"; then top_srcdir=.
145
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
146
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
147
  *) # Relative path.
148
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
149
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
150
  esac
151
 
152
  case "$ac_given_INSTALL" in
153
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
154
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
155
  esac
156
 
157
  echo creating "$ac_file"
158
  rm -f "$ac_file"
159
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
160
  case "$ac_file" in
161
  *Makefile*) ac_comsub="1i\\
162
# $configure_input" ;;
163
  *) ac_comsub= ;;
164
  esac
165
 
166
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
167
  sed -e "$ac_comsub
168
s%@configure_input@%$configure_input%g
169
s%@srcdir@%$srcdir%g
170
s%@top_srcdir@%$top_srcdir%g
171
s%@INSTALL@%$INSTALL%g
172
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
173
fi; done
174
rm -f conftest.s*
175
 
176
ac_sources=" ../config/sparc/xm-sun4os4.h ../config/sparc/tm-sun4os4.h ../config/sparc/nm-sun4os4.h"
177
ac_dests=" xm.h tm.h nm.h"
178
srcdir=$ac_given_srcdir
179
while test -n "$ac_sources"; do
180
  set $ac_dests; ac_dest=$1; shift; ac_dests=$*
181
  set $ac_sources; ac_source=$1; shift; ac_sources=$*
182
 
183
  echo "linking $srcdir/$ac_source to $ac_dest"
184
 
185
  if test ! -r $srcdir/$ac_source; then
186
    { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
187
  fi
188
  rm -f $ac_dest
189
 
190
  # Make relative symlinks.
191
  # Remove last slash and all that follows it.  Not all systems have dirname.
192
  ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
193
  if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
194
    # The dest file is in a subdirectory.
195
    test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
196
    ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
197
    # A "../" for each directory in $ac_dest_dir_suffix.
198
    ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
199
  else
200
    ac_dest_dir_suffix= ac_dots=
201
  fi
202
 
203
  case "$srcdir" in
204
  [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
205
  *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
206
  esac
207
 
208
  # Make a symlink if possible; otherwise try a hard link.
209
  if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
210
    ln $srcdir/$ac_source $ac_dest; then :
211
  else
212
    { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
213
  fi
214
done
215
 
216
 
217
exit 0

powered by: WebSVN 2.1.0

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