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
b6c8f0b7
Commit
b6c8f0b7
authored
Mar 25, 1999
by
Axel Thimm
Committed by
Jeff Law
Mar 24, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (RANLIB_TEST): Improve test.
From-SVN: r25965
parent
835c8e04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-2
No files found.
gcc/ChangeLog
View file @
b6c8f0b7
Thu
Mar
25
02
:
02
:
13
1999
Axel
Thimm
<
Axel
.
Thimm
@physik
.
fu
-
berlin
.
de
>
*
Makefile
.
in
(
RANLIB_TEST
)
:
Improve
test
.
Thu
Mar
25
01
:
15
:
33
1999
Donn
Terry
<
donn
@interix
.
com
>
Thu
Mar
25
01
:
15
:
33
1999
Donn
Terry
<
donn
@interix
.
com
>
*
combine
.
c
(
force_to_mode
,
case
PLUS
):
Use
sign
extended
mask
*
combine
.
c
(
force_to_mode
,
case
PLUS
):
Use
sign
extended
mask
...
...
gcc/Makefile.in
View file @
b6c8f0b7
...
@@ -123,8 +123,7 @@ RANLIB = ranlib
...
@@ -123,8 +123,7 @@ RANLIB = ranlib
# Test to use to see whether ranlib exists on the system.
# Test to use to see whether ranlib exists on the system.
RANLIB_TEST
=
\
RANLIB_TEST
=
\
[
-f
$(RANLIB)
]
\
[
-f
$(RANLIB)
]
\
||
(
[
"
$(host_canonical)
"
=
"
$(target)
"
]
\
||
[
-f
/usr/bin/ranlib
-o
-f
/bin/ranlib
]
&&
[
-f
/usr/bin/ranlib
-o
-f
/bin/ranlib
]
)
# Compiler to use for compiling libgcc1.a.
# Compiler to use for compiling libgcc1.a.
# OLDCC should not be the GNU C compiler,
# OLDCC should not be the GNU C compiler,
...
...
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