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
ceb8e128
Commit
ceb8e128
authored
Feb 16, 2000
by
Richard Henderson
Committed by
Richard Henderson
Feb 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
From-SVN: r32031
parent
19639e54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+6
-7
No files found.
gcc/ChangeLog
View file @
ceb8e128
2000
-
02
-
16
Richard
Henderson
<
rth
@cygnus
.
com
>
*
Makefile
.
in
(
s
-
crtS
,
crtbeginS
,
crtendS
)
:
Prefix
usage
with
$
(
T
).
Wed
Feb
16
21
:
40
:
04
2000
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
longlong
.
h
(
__clz_tab
)
:
Declare
as
static
to
match
definition
.
...
...
gcc/Makefile.in
View file @
ceb8e128
...
...
@@ -692,7 +692,7 @@ STAGESTUFF = *$(objext) insn-flags.h insn-config.h insn-codes.h \
insn-attr.h insn-attrtab.c insn-opinit.c tree-check.h
\
s-flags s-config s-codes s-mlib s-unders s-genrtl
\
s-output s-recog s-emit s-extract s-peep s-check
\
s-attr s-attrtab s-opinit s-crt s-crtS s-crt0
\
s-attr s-attrtab s-opinit s-crt s-
$(T)
crtS s-crt0
\
genemit
$(build_exeext)
genoutput
$(build_exeext)
genrecog
$(build_exeext)
\
genextract
$(build_exeext)
genflags
$(build_exeext)
gencodes
$(build_exeext)
\
genconfig
$(build_exeext)
genpeep
$(build_exeext)
genattrtab
$(build_exeext)
\
...
...
@@ -1291,20 +1291,19 @@ $(T)crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) \
# On some systems we also want to install versions of these files
# compiled using PIC for use in shared libraries.
crtbeginS.o crtendS.o
:
s-
crtS ; @true
$(T)crtbeginS.o $(T)crtendS.o
:
s-$(T)
crtS ; @true
s-crtS
:
crtstuff.c $(GCC_PASSES) $(CONFIG_H)
\
s-
$(T)
crtS
:
crtstuff.c $(GCC_PASSES) $(CONFIG_H)
\
defaults.h frame.h gbl-ctors.h stmp-int-hdrs tsystem.h
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(INCLUDES)
$(CRTSTUFF_T_CFLAGS_S)
\
-DCRT_BEGIN
-DCRTSTUFFS_O
-finhibit-size-directive
\
-fno-inline-functions
-fno-exceptions
@inhibit_libc@
-g0
\
-c
$(srcdir)
/crtstuff.c
mv crtstuff
$(objext)
crtbeginS
$(objext)
-c
$(srcdir)
/crtstuff.c
-o
$(T)
crtbeginS
$(objext)
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(INCLUDES)
$(CRTSTUFF_T_CFLAGS_S)
\
-DCRT_END
-DCRTSTUFFS_O
-finhibit-size-directive
\
-fno-inline-functions
-fno-exceptions
@inhibit_libc@
-g0
\
-c
$(srcdir)
/crtstuff.c
-o
crtendS
$(objext)
touch s-crtS
-c
$(srcdir)
/crtstuff.c
-o
$(T)
crtendS
$(objext)
touch s-
$(T)
crtS
# Compile the start modules crt0.o and mcrt0.o that are linked with every program
crt0.o
:
s-crt0 ; @true
...
...
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