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
4b95eb49
Commit
4b95eb49
authored
Jun 17, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jun 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (nm): Make a link to "nm" in the build tree too.
From-SVN: r20535
parent
1b357872
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
+13
-1
gcc/ChangeLog
+2
-0
gcc/configure
+6
-1
gcc/configure.in
+5
-0
No files found.
gcc/ChangeLog
View file @
4b95eb49
Wed Jun 17 08:38:13 1998 Jeffrey A Law (law@cygnus.com)
* configure.in (nm): Make a link to "nm" in the build tree too.
* mn10300.md (andsi3): Fix typo.
Tue Jun 16 22:58:40 1998 Richard Henderson <rth@cygnus.com>
...
...
gcc/configure
View file @
4b95eb49
...
...
@@ -5115,6 +5115,11 @@ if [ -f ../gas/Makefile ]; then
rm
-f
as
;
$symbolic_link
../gas/as-new
$host_exeext
as
$host_exeext
2>/dev/null
fi
# If we have nm in the build tree, make a link to it.
if
[
-f
../binutils/Makefile
]
;
then
rm
-f
nm
;
$symbolic_link
../binutils/nm-new
$host_exeext
nm
$host_exeext
2>/dev/null
fi
# If we have ld in the build tree, make a link to it.
if
[
-f
../ld/Makefile
]
;
then
# if [[ x$use_collect2 = x ]]; then
...
...
@@ -5126,7 +5131,7 @@ fi
# Figure out what assembler alignment features are present.
echo
$ac_n
"checking assembler alignment features""...
$ac_c
"
1>&6
echo
"configure:513
0
: checking assembler alignment features"
>
&5
echo
"configure:513
5
: checking assembler alignment features"
>
&5
gcc_cv_as
=
gcc_cv_as_alignment_features
=
if
[
-x
as
$host_exeext
]
;
then
...
...
gcc/configure.in
View file @
4b95eb49
...
...
@@ -3271,6 +3271,11 @@ if [[ -f ../gas/Makefile ]]; then
rm -f as; $symbolic_link ../gas/as-new$host_exeext as$host_exeext 2>/dev/null
fi
# If we have nm in the build tree, make a link to it.
if [[ -f ../binutils/Makefile ]]; then
rm -f nm; $symbolic_link ../binutils/nm-new$host_exeext nm$host_exeext 2>/dev/null
fi
# If we have ld in the build tree, make a link to it.
if [[ -f ../ld/Makefile ]]; then
# if [[ x$use_collect2 = x ]]; then
...
...
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