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
8d91dd28
Commit
8d91dd28
authored
Oct 26, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(gen-protos, fix_header): Add $(HOST_CFLAGS) and $(HOST_LDFLAGS).
From-SVN: r5901
parent
7b41f815
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
gcc/Makefile.in
+4
-2
No files found.
gcc/Makefile.in
View file @
8d91dd28
...
...
@@ -1575,7 +1575,8 @@ deduced.h: $(GCC_PASSES) $(srcdir)/scan-types.sh stmp-int-hdrs
mv tmp-deduced.h deduced.h
gen-protos
:
gen-protos.o scan.o
${
HOST_CC
}
-o
gen-protos gen-protos.o scan.o
${
HOST_CC
}
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
gen-protos
\
gen-protos.o scan.o
gen-protos.o
:
gen-protos.c scan.h
scan.o
:
scan.c scan.h
...
...
@@ -1588,7 +1589,8 @@ xsys-protos.h: $(GCC_PASSES) $(srcdir)/sys-protos.h deduced.h gen-protos Makefil
rm
-rf
fixtmp.c
fix-header
:
fix-header.o scan-decls.o scan.o xsys-protos.h $(HOST_OBSTACK)
$(HOST_CC)
-o
fix-header fix-header.o scan-decls.o scan.o
$(HOST_OBSTACK)
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
fix-header
\
fix-header.o scan-decls.o scan.o
$(HOST_OBSTACK)
fix-header.o
:
fix-header.c obstack.h scan.h xsys-protos.h
scan-decls.o
:
scan-decls.c scan.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