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
c8f09cd2
Commit
c8f09cd2
authored
Nov 05, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix-header, gen-protos): Link with HOST_LIBS.
Depend on HOST_LIBDEPS. From-SVN: r6011
parent
f4b23a19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/Makefile.in
+4
-4
No files found.
gcc/Makefile.in
View file @
c8f09cd2
...
@@ -1575,9 +1575,9 @@ deduced.h: $(GCC_PASSES) $(srcdir)/scan-types.sh stmp-int-hdrs
...
@@ -1575,9 +1575,9 @@ deduced.h: $(GCC_PASSES) $(srcdir)/scan-types.sh stmp-int-hdrs
$(srcdir)
/scan-types.sh
"
$(srcdir)
"
>
tmp-deduced.h
$(srcdir)
/scan-types.sh
"
$(srcdir)
"
>
tmp-deduced.h
mv tmp-deduced.h deduced.h
mv tmp-deduced.h deduced.h
gen-protos
:
gen-protos.o scan.o
gen-protos
:
gen-protos.o scan.o
$(HOST_LIBDEPS)
${
HOST_CC
}
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
gen-protos
\
${
HOST_CC
}
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
gen-protos
\
gen-protos.o scan.o
gen-protos.o scan.o
$(HOST_LIBS)
gen-protos.o
:
gen-protos.c scan.h hconfig.h
gen-protos.o
:
gen-protos.c scan.h hconfig.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
$(srcdir)
/gen-protos.c
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
$(srcdir)
/gen-protos.c
...
@@ -1592,9 +1592,9 @@ xsys-protos.h: $(GCC_PASSES) $(srcdir)/sys-protos.h deduced.h gen-protos Makefil
...
@@ -1592,9 +1592,9 @@ xsys-protos.h: $(GCC_PASSES) $(srcdir)/sys-protos.h deduced.h gen-protos Makefil
| ./gen-protos
>
xsys-protos.h
| ./gen-protos
>
xsys-protos.h
rm
-rf
fixtmp.c
rm
-rf
fixtmp.c
fix-header
:
fix-header.o scan-decls.o scan.o xsys-protos.h $(HOST_
OBSTACK
)
fix-header
:
fix-header.o scan-decls.o scan.o xsys-protos.h $(HOST_
LIBDEPS
)
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
fix-header
\
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
fix-header
\
fix-header.o scan-decls.o scan.o
$(HOST_
OBSTACK
)
fix-header.o scan-decls.o scan.o
$(HOST_
LIBS
)
fix-header.o
:
fix-header.c obstack.h scan.h xsys-protos.h hconfig.h
fix-header.o
:
fix-header.c obstack.h scan.h xsys-protos.h hconfig.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
$(srcdir)
/fix-header.c
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
$(srcdir)
/fix-header.c
...
...
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