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
aff555c5
Commit
aff555c5
authored
Nov 15, 1999
by
H.J. Lu
Committed by
Jeff Law
Nov 15, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in ($(OBJS)): Depend on stamp-picdir.
From-SVN: r30535
parent
f507211e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
libstdc++/ChangeLog
+4
-1
libstdc++/Makefile.in
+4
-0
No files found.
libstdc++/ChangeLog
View file @
aff555c5
Sun Nov 14 09:47:51 1999 H.J. Lu <hjl@gnu.org>
* Makefile.in ($(OBJS)): Depend on stamp-picdir.
1999-11-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When
building meta-expressions don't forget to take the contained
closures.
1999-10-19 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
...
...
libstdc++/Makefile.in
View file @
aff555c5
...
...
@@ -63,6 +63,10 @@ CLEAN_JUNK = $(LIBS)
.PHONY
:
libs
libs
:
$(LIBS)
# The "pic" subdir must be created before we can put any object
# files into it.
$(OBJS)
:
stamp-picdir
stdlist
:
$(IO_DIR)/iostream.list $(OBJS) $(SUBLIBS) $(LIBIBERTY_DIR)/libiberty.a
-
rm
-f
tlist
touch tlist
...
...
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