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
b8d12d79
Commit
b8d12d79
authored
Feb 27, 2000
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (libcpp.a): Start by deleting it.
From-SVN: r32218
parent
91da35db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+6
-2
gcc/Makefile.in
+1
-0
No files found.
gcc/ChangeLog
View file @
b8d12d79
Sun
Feb
27
07
:
44
:
17
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
Makefile
.
in
(
libcpp
.
a
)
:
Start
by
deleting
it
.
2000
-
02
-
27
Alexandre
Oliva
<
oliva
@lsd
.
ic
.
unicamp
.
br
>
*
cpplib
.
h
(
enum
file_change_code
)
:
Added
rename_file
.
...
...
@@ -52,9 +56,9 @@
2000
-
02
-
26
Bruce
Korb
<
bkorb
@gnu
.
org
>
fixinc
/
inclhack
.
def
(
undefine_null
)
:
the
bypass
pattern
needs
to
*
fixinc
/
inclhack
.
def
(
undefine_null
)
:
the
bypass
pattern
needs
to
match
for
DOS
headers
,
too
.
fixinc
/
inclhack
.
sh
,
fixincl
.
x
:
regen
*
fixinc
/
inclhack
.
sh
,
fixincl
.
x
:
Regenerate
.
2000
-
02
-
26
Geoff
Keating
<
geoffk
@cygnus
.
com
>
...
...
gcc/Makefile.in
View file @
b8d12d79
...
...
@@ -2027,6 +2027,7 @@ LIBCPP_OBJS = cpplib.o cpphash.o cpperror.o cppexp.o cppfiles.o \
# one is strictly for the host.
#
libcpp.a
:
$(LIBCPP_OBJS)
-
rm
-rf
libcpp.a
$(AR)
$(AR_FLAGS)
libcpp.a
$(LIBCPP_OBJS)
if
$(RANLIB_TEST)
;
then
$(RANLIB)
libcpp.a
;
else
true
;
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