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
eab34643
Commit
eab34643
authored
Sep 25, 2013
by
Tom Tromey
Committed by
Tom Tromey
Sep 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(clh 5)
From-SVN: r202894
parent
d2db5e91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
gcc/ChangeLog
+6
-0
gcc/Makefile.in
+7
-6
No files found.
gcc/ChangeLog
View file @
eab34643
2013
-
09
-
25
Tom
Tromey
<
tromey
@
redhat
.
com
>
2013
-
09
-
25
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
Makefile
.
in
(
ALL_HOST_BACKEND_OBJS
):
Add
lto
-
wrapper
.
o
.
($(
ALL_HOST_OBJS
)):
Move
order
-
only
dependency
to
end
of
file
.
2013
-
09
-
25
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
Makefile
.
in
(
generated_files
):
Add
options
.
h
,
*
Makefile
.
in
(
generated_files
):
Add
options
.
h
,
target
-
hooks
-
def
.
h
,
insn
-
opinit
.
h
,
target
-
hooks
-
def
.
h
,
insn
-
opinit
.
h
,
common
/
common
-
target
-
hooks
-
def
.
h
,
pass
-
instances
.
def
,
common
/
common
-
target
-
hooks
-
def
.
h
,
pass
-
instances
.
def
,
...
...
gcc/Makefile.in
View file @
eab34643
...
@@ -1500,7 +1500,8 @@ ALL_HOST_FRONTEND_OBJS = $(foreach v,$(CONFIG_LANGUAGES),$($(v)_OBJS))
...
@@ -1500,7 +1500,8 @@ ALL_HOST_FRONTEND_OBJS = $(foreach v,$(CONFIG_LANGUAGES),$($(v)_OBJS))
ALL_HOST_BACKEND_OBJS
=
$(GCC_OBJS)
$(OBJS)
$
(
OBJS-libcommon
)
\
ALL_HOST_BACKEND_OBJS
=
$(GCC_OBJS)
$(OBJS)
$
(
OBJS-libcommon
)
\
$
(
OBJS-libcommon-target
)
@TREEBROWSER@ main.o c-family/cppspec.o
\
$
(
OBJS-libcommon-target
)
@TREEBROWSER@ main.o c-family/cppspec.o
\
$(COLLECT2_OBJS)
$(EXTRA_GCC_OBJS)
$(GCOV_OBJS)
$(GCOV_DUMP_OBJS)
$(COLLECT2_OBJS)
$(EXTRA_GCC_OBJS)
$(GCOV_OBJS)
$(GCOV_DUMP_OBJS)
\
lto-wrapper.o
# This lists all host object files, whether they are included in this
# This lists all host object files, whether they are included in this
# compilation or not.
# compilation or not.
...
@@ -3899,11 +3900,6 @@ generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \
...
@@ -3899,11 +3900,6 @@ generated_files = config.h tm.h $(TM_P_H) $(TM_H) multilib.h \
common/common-target-hooks-def.h pass-instances.def
\
common/common-target-hooks-def.h pass-instances.def
\
c-family/c-target-hooks-def.h
c-family/c-target-hooks-def.h
# In order for parallel make to really start compiling the expensive
# objects from $(OBJS) as early as possible, build all their
# prerequisites strictly before all objects.
$(ALL_HOST_OBJS)
:
| $(generated_files)
#
#
# How to compile object files to run on the build machine.
# How to compile object files to run on the build machine.
...
@@ -5390,3 +5386,8 @@ po/gcc.pot: force
...
@@ -5390,3 +5386,8 @@ po/gcc.pot: force
$(MAKE)
srcextra
$(MAKE)
srcextra
AWK
=
$(AWK)
$(SHELL)
$(srcdir)
/po/exgettext
\
AWK
=
$(AWK)
$(SHELL)
$(srcdir)
/po/exgettext
\
$(XGETTEXT)
gcc
$(srcdir)
$(XGETTEXT)
gcc
$(srcdir)
# In order for parallel make to really start compiling the expensive
# objects from $(OBJS) as early as possible, build all their
# prerequisites strictly before all objects.
$(ALL_HOST_OBJS)
:
| $(generated_files)
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