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
bb654703
Commit
bb654703
authored
22 years ago
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Remove two redundant tests.
From-SVN: r55402
parent
789b7de5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
ChangeLog
+4
-0
configure.in
+2
-7
No files found.
ChangeLog
View file @
bb654703
2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Remove two redundant tests.
2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.in (mips*-*-irix6*o32): Enable stabs.
...
...
This diff is collapsed.
Click to expand it.
configure.in
View file @
bb654703
...
...
@@ -1419,10 +1419,7 @@ else
fi
FLAGS_FOR_TARGET
=
case
"
$skipdirs
"
in
*
" target-newlib "
*
)
;;
*
)
case
"
$target_configdirs
"
in
case
"
$target_configdirs
"
in
*
" newlib "
*
)
case
"
$targargs
"
in
*
" --with-newlib "
*
)
...
...
@@ -1470,8 +1467,6 @@ case " $skipdirs " in
;;
esac
;;
esac
;;
esac
# On Canadian crosses, we'll be searching the right directories for
...
...
@@ -1483,7 +1478,7 @@ if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
FLAGS_FOR_TARGET
=
$FLAGS_FOR_TARGET
' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include'
fi
if
test
"x
${
use_gnu_ld
}
"
=
x
&&
test
"x
${
with_gnu_ld
}
"
!=
xno
&&
if
test
"x
${
use_gnu_ld
}
"
=
x
&&
echo
"
${
configdirs
}
"
|
grep
" ld "
>
/dev/null
;
then
# Arrange for us to find uninstalled linker scripts.
FLAGS_FOR_TARGET
=
$FLAGS_FOR_TARGET
' -L$$r/ld'
...
...
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