Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4cf8cbf0
Commit
4cf8cbf0
authored
22 years ago
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove site-file support - it is obsolete
From-SVN: r63409
parent
fa1a0d02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
16 deletions
+5
-16
configure
+5
-16
No files found.
configure
View file @
4cf8cbf0
...
...
@@ -36,7 +36,6 @@ program_suffix=NONE
program_transform_name
=
s,x,x,
silent
=
site
=
sitefile
=
srcdir
=
target
=
NONE
verbose
=
...
...
@@ -151,7 +150,6 @@ Configuration:
--help print this message
--no-create do not create output files
--quiet, --silent do not print \`checking...' messages
--site-file=FILE use FILE as the site file
--version print the version of autoconf that created configure
Directory and file names:
--prefix=PREFIX install architecture-independent files in PREFIX
...
...
@@ -322,11 +320,6 @@ EOF
-site
=
*
|
--site
=
*
|
--sit
=
*
)
site
=
"
$ac_optarg
"
;;
-site-file
|
--site-file
|
--site-fil
|
--site-fi
|
--site-f
)
ac_prev
=
sitefile
;;
-site-file
=
*
|
--site-file
=
*
|
--site-fil
=
*
|
--site-fi
=
*
|
--site-f
=
*
)
sitefile
=
"
$ac_optarg
"
;;
-srcdir
|
--srcdir
|
--srcdi
|
--srcd
|
--src
|
--sr
)
ac_prev
=
srcdir
;;
-srcdir
=
*
|
--srcdir
=
*
|
--srcdi
=
*
|
--srcd
=
*
|
--src
=
*
|
--sr
=
*
)
...
...
@@ -492,16 +485,12 @@ fi
srcdir
=
`
echo
"
${
srcdir
}
"
| sed
's%\([^/]\)/*$%\1%'
`
# Prefer explicitly selected file to automatically selected ones.
if
test
-z
"
$sitefile
"
;
then
if
test
-z
"
$CONFIG_SITE
"
;
then
if
test
"x
$prefix
"
!=
xNONE
;
then
CONFIG_SITE
=
"
$prefix
/share/config.site
$prefix
/etc/config.site"
else
CONFIG_SITE
=
"
$ac_default_prefix
/share/config.site
$ac_default_prefix
/etc/config.site"
fi
if
test
-z
"
$CONFIG_SITE
"
;
then
if
test
"x
$prefix
"
!=
xNONE
;
then
CONFIG_SITE
=
"
$prefix
/share/config.site
$prefix
/etc/config.site"
else
CONFIG_SITE
=
"
$ac_default_prefix
/share/config.site
$ac_default_prefix
/etc/config.site"
fi
else
CONFIG_SITE
=
"
$sitefile
"
fi
for
ac_site_file
in
$CONFIG_SITE
;
do
if
test
-r
"
$ac_site_file
"
;
then
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment