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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [etc/] [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 odin:
6
#
7
# ./configure  --host=i686-pc-linux-gnu --target=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../config.cache
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=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../config.cache --no-create --no-recursion"
18
    exec ${CONFIG_SHELL-/bin/sh} ./configure  --host=i686-pc-linux-gnu --target=or32-rtems --prefix=/projects/or32-rtems2 --cache-file=../config.cache --no-create --no-recursion ;;
19
  -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
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%@DEFS@% %g
43
s%@LDFLAGS@%%g
44
s%@LIBS@%%g
45
s%@exec_prefix@%${prefix}%g
46
s%@prefix@%/projects/or32-rtems2%g
47
s%@program_transform_name@%s,x,x,%g
48
s%@bindir@%${exec_prefix}/bin%g
49
s%@sbindir@%${exec_prefix}/sbin%g
50
s%@libexecdir@%${exec_prefix}/libexec%g
51
s%@datadir@%${prefix}/share%g
52
s%@sysconfdir@%${prefix}/etc%g
53
s%@sharedstatedir@%${prefix}/com%g
54
s%@localstatedir@%${prefix}/var%g
55
s%@libdir@%${exec_prefix}/lib%g
56
s%@includedir@%${prefix}/include%g
57
s%@oldincludedir@%/usr/include%g
58
s%@infodir@%${prefix}/info%g
59
s%@mandir@%${prefix}/man%g
60
s%@INSTALL_PROGRAM@%${INSTALL}%g
61
s%@INSTALL_DATA@%${INSTALL} -m 644%g
62
 
63
CEOF
64
 
65
# Split the substitutions into bite-sized pieces for seds with
66
# small command number limits, like on Digital OSF/1 and HP-UX.
67
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
68
ac_file=1 # Number of current file.
69
ac_beg=1 # First line for current file.
70
ac_end=$ac_max_sed_cmds # Line after last line for current file.
71
ac_more_lines=:
72
ac_sed_cmds=""
73
while $ac_more_lines; do
74
  if test $ac_beg -gt 1; then
75
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
76
  else
77
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
78
  fi
79
  if test ! -s conftest.s$ac_file; then
80
    ac_more_lines=false
81
    rm -f conftest.s$ac_file
82
  else
83
    if test -z "$ac_sed_cmds"; then
84
      ac_sed_cmds="sed -f conftest.s$ac_file"
85
    else
86
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
87
    fi
88
    ac_file=`expr $ac_file + 1`
89
    ac_beg=$ac_end
90
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
91
  fi
92
done
93
if test -z "$ac_sed_cmds"; then
94
  ac_sed_cmds=cat
95
fi
96
 
97
CONFIG_FILES=${CONFIG_FILES-"Makefile"}
98
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
99
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
100
  case "$ac_file" in
101
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
102
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
103
  *) ac_file_in="${ac_file}.in" ;;
104
  esac
105
 
106
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
107
 
108
  # Remove last slash and all that follows it.  Not all systems have dirname.
109
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
110
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
111
    # The file is in a subdirectory.
112
    test ! -d "$ac_dir" && mkdir "$ac_dir"
113
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
114
    # A "../" for each directory in $ac_dir_suffix.
115
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
116
  else
117
    ac_dir_suffix= ac_dots=
118
  fi
119
 
120
  case "$ac_given_srcdir" in
121
  .)  srcdir=.
122
      if test -z "$ac_dots"; then top_srcdir=.
123
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
124
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
125
  *) # Relative path.
126
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
127
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
128
  esac
129
 
130
  case "$ac_given_INSTALL" in
131
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
132
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
133
  esac
134
 
135
  echo creating "$ac_file"
136
  rm -f "$ac_file"
137
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
138
  case "$ac_file" in
139
  *Makefile*) ac_comsub="1i\\
140
# $configure_input" ;;
141
  *) ac_comsub= ;;
142
  esac
143
 
144
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
145
  sed -e "$ac_comsub
146
s%@configure_input@%$configure_input%g
147
s%@srcdir@%$srcdir%g
148
s%@top_srcdir@%$top_srcdir%g
149
s%@INSTALL@%$INSTALL%g
150
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
151
fi; done
152
rm -f conftest.s*
153
 
154
 
155
 
156
exit 0

powered by: WebSVN 2.1.0

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