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
21d4969d
Commit
21d4969d
authored
May 17, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stamp-crt{,S}): Use -o to avoid conflicts if both of these are built
in parallel. From-SVN: r11987
parent
1427d6d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
gcc/Makefile.in
+2
-4
No files found.
gcc/Makefile.in
View file @
21d4969d
...
@@ -1041,8 +1041,7 @@ stamp-crt: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
...
@@ -1041,8 +1041,7 @@ stamp-crt: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
mv crtstuff
$(objext)
crtbegin
$(objext)
mv crtstuff
$(objext)
crtbegin
$(objext)
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(INCLUDES)
$(CRTSTUFF_T_CFLAGS)
\
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(INCLUDES)
$(CRTSTUFF_T_CFLAGS)
\
-DCRT_END
-finhibit-size-directive
-fno-inline-functions
\
-DCRT_END
-finhibit-size-directive
-fno-inline-functions
\
-g0
-c
$(srcdir)
/crtstuff.c
-g0
-c
$(srcdir)
/crtstuff.c
-o
crtend
$(objext)
mv crtstuff
$(objext)
crtend
$(objext)
touch stamp-crt
touch stamp-crt
# On some systems we also want to install versions of these files
# On some systems we also want to install versions of these files
...
@@ -1056,8 +1055,7 @@ stamp-crtS: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
...
@@ -1056,8 +1055,7 @@ stamp-crtS: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
mv crtstuff
$(objext)
crtbeginS
$(objext)
mv crtstuff
$(objext)
crtbeginS
$(objext)
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(INCLUDES)
$(CRTSTUFF_T_CFLAGS_S)
\
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(INCLUDES)
$(CRTSTUFF_T_CFLAGS_S)
\
-DCRT_END
-finhibit-size-directive
-fno-inline-functions
\
-DCRT_END
-finhibit-size-directive
-fno-inline-functions
\
-g0
-c
$(srcdir)
/crtstuff.c
-g0
-c
$(srcdir)
/crtstuff.c
-o
crtendS
$(objext)
mv crtstuff
$(objext)
crtendS
$(objext)
touch stamp-crtS
touch stamp-crtS
# Compile the start modules crt0.o and mcrt0.o that are linked with every program
# Compile the start modules crt0.o and mcrt0.o that are linked with every program
...
...
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