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
b8579719
Commit
b8579719
authored
Sep 09, 1993
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set CROSS_LIBGCC1 to be libgcc1.null
From-SVN: r5298
parent
5ffe63ed
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
27 additions
and
2 deletions
+27
-2
gcc/config/h8300/t-h8300
+1
-0
gcc/config/i386/t-next
+2
-1
gcc/config/i386/t-sol2
+1
-0
gcc/config/m68k/t-next
+2
-1
gcc/config/m88k/t-dgux
+1
-0
gcc/config/m88k/t-dgux-gas
+1
-0
gcc/config/m88k/t-luna
+1
-0
gcc/config/m88k/t-luna-gas
+1
-0
gcc/config/m88k/t-m88k
+1
-0
gcc/config/m88k/t-m88k-gas
+1
-0
gcc/config/m88k/t-sysv4
+1
-0
gcc/config/mips/t-bsd
+1
-0
gcc/config/mips/t-bsd-gas
+1
-0
gcc/config/mips/t-mips
+1
-0
gcc/config/mips/t-mips-gas
+1
-0
gcc/config/mips/t-osfrose
+1
-0
gcc/config/mips/t-svr3
+1
-0
gcc/config/mips/t-svr3-gas
+1
-0
gcc/config/mips/t-svr4
+1
-0
gcc/config/mips/t-svr4-gas
+1
-0
gcc/config/mips/t-ultrix
+1
-0
gcc/config/pa/t-pa
+1
-0
gcc/config/sh/t-sh
+1
-0
gcc/config/sparc/t-sol2
+1
-0
gcc/config/t-libc-ok
+1
-0
No files found.
gcc/config/h8300/t-h8300
View file @
b8579719
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP
T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP
# we do not have DF or DI types, so fake out the libgcc2 compilation
# we do not have DF or DI types, so fake out the libgcc2 compilation
LIBGCC2_CFLAGS=-O -DDF=SF -DDI=SI $(GCC_CFLAGS)
LIBGCC2_CFLAGS=-O -DDF=SF -DDI=SI $(GCC_CFLAGS)
...
...
gcc/config/i386/t-next
View file @
b8579719
# libgcc1.c is not needed, since the standard library has these functions.
# libgcc1.c is not needed, since the standard library has these functions.
LIBGCC1=
LIBGCC1=libgcc1.null
CROSS_LIBGCC1=libgcc1.null
# Specify other dirs of system header files to be fixed.
# Specify other dirs of system header files to be fixed.
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
gcc/config/i386/t-sol2
View file @
b8579719
...
@@ -7,6 +7,7 @@ EXTRA_PARTS=crt1.o crti.o crtn.o crtbegin.o crtend.o
...
@@ -7,6 +7,7 @@ EXTRA_PARTS=crt1.o crti.o crtn.o crtbegin.o crtend.o
# since the user may not have native 'cc' available
# since the user may not have native 'cc' available
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# gmon build rule:
# gmon build rule:
gmon.o: $(srcdir)/config/i386/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
gmon.o: $(srcdir)/config/i386/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
...
...
gcc/config/m68k/t-next
View file @
b8579719
# libgcc1.c is not needed, since the standard library has these functions.
# libgcc1.c is not needed, since the standard library has these functions.
LIBGCC1=
LIBGCC1=libgcc1.null
CROSS_LIBGCC1=libgcc1.null
# Specify other dirs of system header files to be fixed.
# Specify other dirs of system header files to be fixed.
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
gcc/config/m88k/t-dgux
View file @
b8579719
...
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
...
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# For DG/UX we build crtbegin.o and crtend.o which serve to add begin and
# 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.
# end labels to the .ctors and .dtors section when we link using gcc.
...
...
gcc/config/m88k/t-dgux-gas
View file @
b8579719
...
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
...
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
T_CPPFLAGS = -DUSE_GAS
T_CPPFLAGS = -DUSE_GAS
# For DG/UX we build crtbegin.o and crtend.o which serve to add begin and
# For DG/UX we build crtbegin.o and crtend.o which serve to add begin and
...
...
gcc/config/m88k/t-luna
View file @
b8579719
...
@@ -9,3 +9,4 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
...
@@ -9,3 +9,4 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
gcc/config/m88k/t-luna-gas
View file @
b8579719
...
@@ -9,4 +9,5 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
...
@@ -9,4 +9,5 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
T_CPPFLAGS = -DUSE_GAS
T_CPPFLAGS = -DUSE_GAS
gcc/config/m88k/t-m88k
View file @
b8579719
...
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
...
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
# 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.
# end labels to the .ctors and .dtors section when we link using gcc.
...
...
gcc/config/m88k/t-m88k-gas
View file @
b8579719
...
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
...
@@ -9,6 +9,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
T_CPPFLAGS = -DUSE_GAS
T_CPPFLAGS = -DUSE_GAS
# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
...
...
gcc/config/m88k/t-sysv4
View file @
b8579719
...
@@ -11,6 +11,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
...
@@ -11,6 +11,7 @@ $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIB2FUNCS_EXTRA = $(MOVE_ASM)
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# For svr4 we build crtbegin.o and crtend.o which serve to add begin and
# 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.
# end labels to the .ctors and .dtors section when we link using gcc.
...
...
gcc/config/mips/t-bsd
View file @
b8579719
...
@@ -11,6 +11,7 @@ EXTRA_PASSES = mips-tfile mips-tdump
...
@@ -11,6 +11,7 @@ EXTRA_PASSES = mips-tfile mips-tdump
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
...
...
gcc/config/mips/t-bsd-gas
View file @
b8579719
...
@@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /bsd43/usr/include
...
@@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /bsd43/usr/include
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
gcc/config/mips/t-mips
View file @
b8579719
...
@@ -7,6 +7,7 @@ EXTRA_PASSES = mips-tfile mips-tdump
...
@@ -7,6 +7,7 @@ EXTRA_PASSES = mips-tfile mips-tdump
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
...
...
gcc/config/mips/t-mips-gas
View file @
b8579719
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
gcc/config/mips/t-osfrose
View file @
b8579719
...
@@ -8,5 +8,6 @@ LIMITS_H =
...
@@ -8,5 +8,6 @@ LIMITS_H =
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H)
halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H)
gcc/config/mips/t-svr3
View file @
b8579719
...
@@ -11,6 +11,7 @@ EXTRA_PASSES = mips-tfile mips-tdump
...
@@ -11,6 +11,7 @@ EXTRA_PASSES = mips-tfile mips-tdump
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
...
...
gcc/config/mips/t-svr3-gas
View file @
b8579719
...
@@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /sysv/usr/include
...
@@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /sysv/usr/include
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
gcc/config/mips/t-svr4
View file @
b8579719
...
@@ -11,6 +11,7 @@ EXTRA_PASSES = mips-tfile mips-tdump
...
@@ -11,6 +11,7 @@ EXTRA_PASSES = mips-tfile mips-tdump
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
...
...
gcc/config/mips/t-svr4-gas
View file @
b8579719
...
@@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /svr4/usr/include
...
@@ -5,3 +5,4 @@ SYSTEM_HEADER_DIR = /svr4/usr/include
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
gcc/config/mips/t-ultrix
View file @
b8579719
...
@@ -8,6 +8,7 @@ CONFIG2_H = $(srcdir)/config/mips/mips.h
...
@@ -8,6 +8,7 @@ CONFIG2_H = $(srcdir)/config/mips/mips.h
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
mips-tfile: mips-tfile.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tfile mips-tfile.o version.o $(LIBS)
...
...
gcc/config/pa/t-pa
View file @
b8579719
LIBGCC1=libgcc1.null
LIBGCC1=libgcc1.null
CROSS_LIBGCC1=libgcc1.null
INSTALLED_H = float.h stdarg.h varargs.h $(USER_H) limits.h
INSTALLED_H = float.h stdarg.h varargs.h $(USER_H) limits.h
gcc/config/sh/t-sh
View file @
b8579719
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP -Dinhibit_libc
T_CFLAGS = -DDONT_HAVE_STDIO -DDONT_HAVE_SETJMP -Dinhibit_libc
LIBGCC2_CFLAGS=-g -O5 $(GCC_CFLAGS)
LIBGCC2_CFLAGS=-g -O5 $(GCC_CFLAGS)
...
...
gcc/config/sparc/t-sol2
View file @
b8579719
...
@@ -6,6 +6,7 @@ EXTRA_PARTS=crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o
...
@@ -6,6 +6,7 @@ EXTRA_PARTS=crt1.o crti.o crtn.o gmon.o crtbegin.o crtend.o
# since the user may not have native 'cc' available
# since the user may not have native 'cc' available
LIBGCC1 = libgcc1.null
LIBGCC1 = libgcc1.null
CROSS_LIBGCC1 = libgcc1.null
# gmon build rule:
# gmon build rule:
gmon.o: $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
gmon.o: $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
...
...
gcc/config/t-libc-ok
View file @
b8579719
LIBGCC1=libgcc1.null
LIBGCC1=libgcc1.null
CROSS_LIBGCC1=libgcc1.null
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