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
b4caab5c
Commit
b4caab5c
authored
Jun 19, 2002
by
Nathanael Nerode
Committed by
DJ Delorie
Jun 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Eliminate ${gasdir} variable.
From-SVN: r54786
parent
62363d99
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ChangeLog
+4
-0
configure.in
+1
-2
No files found.
ChangeLog
View file @
b4caab5c
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
* configure.in: Eliminate ${gasdir} variable.
2002-06-18 Dave Brolley <brolley@redhat.com>
2002-06-18 Dave Brolley <brolley@redhat.com>
* configure.in: Add support for frv.
* configure.in: Add support for frv.
...
...
configure.in
View file @
b4caab5c
...
@@ -402,7 +402,6 @@ case "${enable_target_optspace}:${target}" in
...
@@ -402,7 +402,6 @@ case "${enable_target_optspace}:${target}" in
esac
esac
skipdirs
=
skipdirs
=
gasdir
=
gas
use_gnu_ld
=
use_gnu_ld
=
use_gnu_as
=
use_gnu_as
=
...
@@ -1283,7 +1282,7 @@ fi
...
@@ -1283,7 +1282,7 @@ fi
# --without-gnu-ld options for the configure script.
# --without-gnu-ld options for the configure script.
if
test
x
${
use_gnu_as
}
=
x
;
then
if
test
x
${
use_gnu_as
}
=
x
;
then
if
test
x
${
with_gnu_as
}
!=
xno
&&
echo
"
${
configdirs
}
"
|
grep
"
${
gasdir
}
"
>
/dev/null 2>&1
&&
test
-d
${
srcdir
}
/
${
gasdir
}
;
then
if
test
x
${
with_gnu_as
}
!=
xno
&&
echo
"
${
configdirs
}
"
|
grep
"
gas "
>
/dev/null 2>&1
&&
test
-d
${
srcdir
}
/gas
;
then
with_gnu_as
=
yes
with_gnu_as
=
yes
withoptions
=
"
$withoptions
--with-gnu-as"
withoptions
=
"
$withoptions
--with-gnu-as"
fi
fi
...
...
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