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
8c8fbd20
Commit
8c8fbd20
authored
Dec 12, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete EXTRA_PARTS.
From-SVN: r6218
parent
72271569
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
35 deletions
+0
-35
gcc/config/i386/t-sol2
+0
-5
gcc/config/i860/t-fx2800
+0
-6
gcc/config/m88k/t-dgux
+0
-5
gcc/config/m88k/t-dgux-gas
+0
-5
gcc/config/m88k/t-m88k
+0
-5
gcc/config/m88k/t-sysv4
+0
-5
gcc/config/sparc/t-sol2
+0
-4
No files found.
gcc/config/i386/t-sol2
View file @
8c8fbd20
# We need startup files for Solaris, since we don't get them with the system
# FIXME: Should include "gmon.o" when it is ported.
EXTRA_PARTS=crt1.o crti.o crtn.o crtbegin.o crtend.o
# we need to supply our own assembly versions of libgcc1.c files,
# since the user may not have native 'cc' available
...
...
gcc/config/i860/t-fx2800
View file @
8c8fbd20
# The Alliant FX2800 uses ELF object files, so needs these two modules
# just as SVR4 does. -- hyc@hanauma.jpl.nasa.gov
EXTRA_PARTS=crtbegin.o crtend.o
# Use ieee rounding rules for divide and square root operations.
# /bin/cc is assumed to point to fxc version 1.3 or newer.
CCLIBFLAGS=-O -ieee -uniproc
gcc/config/m88k/t-dgux
View file @
8c8fbd20
...
...
@@ -11,11 +11,6 @@ LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# For DG/UX we build crtbegin.o and crtend.o which serve to add begin and
# end labels to the .ctors and .dtors section when we link using gcc.
# In a coff environment, a link script is required.
EXTRA_PARTS=crtbegin.o crtend.o m88kdgux.ld
m88kdgux.ld: $(srcdir)/config/m88k/dgux.ld
rm -f m88kdgux.ld; cp $(srcdir)/config/m88k/dgux.ld ./m88kdgux.ld
gcc/config/m88k/t-dgux-gas
View file @
8c8fbd20
...
...
@@ -12,11 +12,6 @@ LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
T_CPPFLAGS = -DUSE_GAS
# For DG/UX we build crtbegin.o and crtend.o which serve to add begin and
# end labels to the .ctors and .dtors section when we link using gcc.
# In a coff environment, a link script is required.
EXTRA_PARTS=crtbegin.o crtend.o m88kdgux.ld
m88kdgux.ld: $(srcdir)/config/m88k/dgux.ld
rm -f m88kdgux.ld; cp $(srcdir)/config/m88k/dgux.ld ./m88kdgux.ld
gcc/config/m88k/t-m88k
View file @
8c8fbd20
...
...
@@ -11,11 +11,6 @@ LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
# end labels to the .ctors and .dtors section when we link using gcc.
EXTRA_PARTS=crtbegin.o crtend.o
# Clean up.
realclean::
...
...
gcc/config/m88k/t-sysv4
View file @
8c8fbd20
...
...
@@ -12,8 +12,3 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
# end labels to the .ctors and .dtors section when we link using gcc.
EXTRA_PARTS=crtbegin.o crtend.o
gcc/config/sparc/t-sol2
View file @
8c8fbd20
# we need startup files for solaris, since we don't get them with the system
EXTRA_PARTS=crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o
# we need to supply our own assembly versions of libgcc1.c files,
# since the user may not have native 'cc' available
...
...
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