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
844dadc7
Commit
844dadc7
authored
Jul 02, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(*-linux*): Add "-gnu" to names to match.
From-SVN: r14372
parent
e4b15106
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
gcc/configure.in
+12
-12
No files found.
gcc/configure.in
View file @
844dadc7
...
@@ -249,7 +249,7 @@ for machine in $build $host $target; do
...
@@ -249,7 +249,7 @@ for machine in $build $host $target; do
a29k-*-*) # Default a29k environment.
a29k-*-*) # Default a29k environment.
use_collect2=yes
use_collect2=yes
;;
;;
alpha-*-linux
*
ecoff*)
alpha-*-linux
-gnu
ecoff*)
tm_file="${tm_file} alpha/linux.h"
tm_file="${tm_file} alpha/linux.h"
xm_file="${xm_file} alpha/xm-linux.h"
xm_file="${xm_file} alpha/xm-linux.h"
target_cpu_default=4
target_cpu_default=4
...
@@ -257,7 +257,7 @@ for machine in $build $host $target; do
...
@@ -257,7 +257,7 @@ for machine in $build $host $target; do
fixincludes=Makefile.in
fixincludes=Makefile.in
gas=yes gnu_ld=yes
gas=yes gnu_ld=yes
;;
;;
alpha-*-linux*)
alpha-*-linux
-gnu
*)
tm_file="${tm_file} alpha/linux.h alpha/elf.h"
tm_file="${tm_file} alpha/linux.h alpha/elf.h"
xm_file="${xm_file} alpha/xm-linux.h"
xm_file="${xm_file} alpha/xm-linux.h"
target_cpu_default=4
target_cpu_default=4
...
@@ -375,7 +375,7 @@ for machine in $build $host $target; do
...
@@ -375,7 +375,7 @@ for machine in $build $host $target; do
tmake_file=arm/t-semiaof
tmake_file=arm/t-semiaof
fixincludes=Makefile.in # There is nothing to fix
fixincludes=Makefile.in # There is nothing to fix
;;
;;
arm-*-linux
aout
) # ARM Linux
arm-*-linux
-gnuaout*
) # ARM Linux
cpu_type=arm
cpu_type=arm
xm_file=arm/xm-linux.h
xm_file=arm/xm-linux.h
xmake_file=x-linux
xmake_file=x-linux
...
@@ -757,7 +757,7 @@ for machine in $build $host $target; do
...
@@ -757,7 +757,7 @@ for machine in $build $host $target; do
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
broken_install=yes
broken_install=yes
;;
;;
i[[3456]]86-*-linux
*
oldld*) # Intel 80386's running Linux
i[[3456]]86-*-linux
-gnu
oldld*) # Intel 80386's running Linux
xm_file=i386/xm-linux.h # with a.out format using pre BFD linkers
xm_file=i386/xm-linux.h # with a.out format using pre BFD linkers
xmake_file=x-linux-aout
xmake_file=x-linux-aout
tmake_file="t-linux-aout i386/t-crtstuff"
tmake_file="t-linux-aout i386/t-crtstuff"
...
@@ -766,7 +766,7 @@ for machine in $build $host $target; do
...
@@ -766,7 +766,7 @@ for machine in $build $host $target; do
broken_install=yes
broken_install=yes
gnu_ld=yes
gnu_ld=yes
;;
;;
i[[3456]]86-*-linux
*
aout*) # Intel 80386's running Linux
i[[3456]]86-*-linux
-gnu
aout*) # Intel 80386's running Linux
xm_file=i386/xm-linux.h # with a.out format
xm_file=i386/xm-linux.h # with a.out format
xmake_file=x-linux-aout
xmake_file=x-linux-aout
tmake_file="t-linux-aout i386/t-crtstuff"
tmake_file="t-linux-aout i386/t-crtstuff"
...
@@ -775,7 +775,7 @@ for machine in $build $host $target; do
...
@@ -775,7 +775,7 @@ for machine in $build $host $target; do
broken_install=yes
broken_install=yes
gnu_ld=yes
gnu_ld=yes
;;
;;
i[[3456]]86-*-linux
*
gnulibc1)
i[[3456]]86-*-linux
-
gnulibc1)
xm_file=i386/xm-linux.h # Intel 80386's running Linux
xm_file=i386/xm-linux.h # Intel 80386's running Linux
xmake_file=x-linux # with ELF format using the
xmake_file=x-linux # with ELF format using the
tm_file=i386/linux.h # Linux C library 5
tm_file=i386/linux.h # Linux C library 5
...
@@ -788,7 +788,7 @@ for machine in $build $host $target; do
...
@@ -788,7 +788,7 @@ for machine in $build $host $target; do
thread_file='single'
thread_file='single'
fi
fi
;;
;;
i[[3456]]86-*-linux*) # Intel 80386's running Linux
i[[3456]]86-*-linux
-gnu
*) # Intel 80386's running Linux
xm_file=i386/xm-linux.h # with ELF format using glibc 2
xm_file=i386/xm-linux.h # with ELF format using glibc 2
xmake_file=x-linux # aka Linux C library 6
xmake_file=x-linux # aka Linux C library 6
tm_file=i386/linux.h
tm_file=i386/linux.h
...
@@ -1417,7 +1417,7 @@ for machine in $build $host $target; do
...
@@ -1417,7 +1417,7 @@ for machine in $build $host $target; do
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
extra_headers=math-68881.h
extra_headers=math-68881.h
;;
;;
m68k-*-linux
*
aout*) # Motorola m68k's running Linux
m68k-*-linux
-gnu
aout*) # Motorola m68k's running Linux
xm_file=m68k/xm-linux.h # with a.out format
xm_file=m68k/xm-linux.h # with a.out format
xmake_file=x-linux
xmake_file=x-linux
tm_file=m68k/linux-aout.h
tm_file=m68k/linux-aout.h
...
@@ -1426,7 +1426,7 @@ for machine in $build $host $target; do
...
@@ -1426,7 +1426,7 @@ for machine in $build $host $target; do
extra_headers=math-68881.h
extra_headers=math-68881.h
gnu_ld=yes
gnu_ld=yes
;;
;;
m68k-*-linux*) # Motorola m68k's running Linux
m68k-*-linux
-gnu
*) # Motorola m68k's running Linux
xm_file=m68k/xm-linux.h # with ELF format
xm_file=m68k/xm-linux.h # with ELF format
xmake_file=x-linux
xmake_file=x-linux
tm_file=m68k/linux.h
tm_file=m68k/linux.h
...
@@ -2097,7 +2097,7 @@ for machine in $build $host $target; do
...
@@ -2097,7 +2097,7 @@ for machine in $build $host $target; do
fixincludes=Makefile.in
fixincludes=Makefile.in
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
;;
;;
powerpc-*-linux*)
powerpc-*-linux
-gnu
*)
tm_file=rs6000/linux.h
tm_file=rs6000/linux.h
xm_file=rs6000/xm-sysv4.h
xm_file=rs6000/xm-sysv4.h
out_file=rs6000/rs6000.c
out_file=rs6000/rs6000.c
...
@@ -2258,7 +2258,7 @@ for machine in $build $host $target; do
...
@@ -2258,7 +2258,7 @@ for machine in $build $host $target; do
sparc-*-bsd*)
sparc-*-bsd*)
tm_file=sparc/bsd.h
tm_file=sparc/bsd.h
;;
;;
sparc-*-linux
*
aout*) # Sparc's running Linux, a.out
sparc-*-linux
-gnu
aout*) # Sparc's running Linux, a.out
xm_file=sparc/xm-linux.h
xm_file=sparc/xm-linux.h
tm_file=sparc/linux-aout.h
tm_file=sparc/linux-aout.h
xmake_file=x-linux
xmake_file=x-linux
...
@@ -2266,7 +2266,7 @@ for machine in $build $host $target; do
...
@@ -2266,7 +2266,7 @@ for machine in $build $host $target; do
broken_install=yes
broken_install=yes
gnu_ld=yes
gnu_ld=yes
;;
;;
sparc-*-linux*) # Sparc's running Linux, ELF
sparc-*-linux
-gnu
*) # Sparc's running Linux, ELF
xm_file=sparc/xm-linux.h
xm_file=sparc/xm-linux.h
tm_file=sparc/linux.h
tm_file=sparc/linux.h
xmake_file=x-linux
xmake_file=x-linux
...
...
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