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
487e9fff
Commit
487e9fff
authored
Nov 04, 2003
by
Rainer Orth
Committed by
Rainer Orth
Nov 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Remove many duplicate variables.
From-SVN: r73258
parent
bdc960c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
18 deletions
+4
-18
gcc/ada/ChangeLog
+4
-0
gcc/ada/Makefile.in
+0
-18
No files found.
gcc/ada/ChangeLog
View file @
487e9fff
2003
-
11
-
04
Rainer
Orth
<
ro
@
TechFak
.
Uni
-
Bielefeld
.
DE
>
*
Makefile
.
in
:
Remove
many
duplicate
variables
.
2003
-
11
-
03
Kelley
Cook
<
kcook
@
gcc
.
gnu
.
org
>
*
Make
-
lang
.
in
(
dvi
):
Move
targets
to
$(
docobjdir
).
...
...
gcc/ada/Makefile.in
View file @
487e9fff
...
...
@@ -109,25 +109,7 @@ LS = ls
RANLIB
=
ranlib
# Test to use to see whether ranlib exists on the system.
RANLIB_TEST
=
[
-f
/usr/bin/ranlib
-o
-f
/bin/ranlib
]
CC
=
cc
BISON
=
bison
BISONFLAGS
=
ECHO
=
echo
LEX
=
flex
LEXFLAGS
=
CHMOD
=
chmod
CP
=
cp
-p
MV
=
mv
-f
RM
=
rm
-f
RMDIR
=
rm
-rf
MKDIR
=
mkdir
-p
AR
=
ar
AR_FLAGS
=
rc
# How to invoke ranlib.
RANLIB
=
ranlib
# Test to use to see whether ranlib exists on the system.
RANLIB_TEST
=
[
-f
/usr/bin/ranlib
-o
-f
/bin/ranlib
]
SHELL
=
@SHELL@
PWD_COMMAND
=
$$
{
PWDCMD-pwd
}
# How to copy preserving the date
...
...
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