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
6650a443
Commit
6650a443
authored
Jun 20, 2000
by
Zack Weinberg
Committed by
Zack Weinberg
Jun 20, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
From-SVN: r34623
parent
60df8b81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+2
-0
gcc/Makefile.in
+4
-2
No files found.
gcc/ChangeLog
View file @
6650a443
2000-06-20 Zack Weinberg <zack@wolery.cumb.org>
* Makefile.in (fix-header): Link with $(LIBS) not $(HOST_LIBS).
* Makefile.in: Remove all references to HOST_INTLLIBS.
* cpplex.c (parse_name): Don't warn about $ in identifiers if
...
...
gcc/Makefile.in
View file @
6650a443
...
...
@@ -2002,10 +2002,12 @@ xsys-protos.h: $(GCC_PASSES) $(srcdir)/sys-protos.h deduced.h gen-protos Makefil
mv xsys-protos.hT xsys-protos.h
rm
-rf
fixtmp.c
fix-header
:
fix-header.o scan-decls.o scan.o xsys-protos.h $(HOST_LIBDEPS)
\
# This is nominally a 'build' program, but it's run only when host==build,
# so we can (indeed, must) use $(LIBDEPS) and $(LIBS).
fix-header
:
fix-header.o scan-decls.o scan.o xsys-protos.h $(LIBDEPS)
\
libcpp.a
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
$@
fix-header.o
\
scan-decls.o scan.o libcpp.a
$(
HOST_LIBS)
../libiberty/libiberty.a
scan-decls.o scan.o libcpp.a
$(
LIBS)
fix-header.o
:
fix-header.c $(OBSTACK_H) scan.h
\
xsys-protos.h $(build_xm_file) system.h cpplib.h
...
...
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