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
95fd3981
Commit
95fd3981
authored
Jul 02, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(m68k-*-linux-gnu*): Default thread_file is `posix'.
(m68k-*-linux-gnulibc1): New configuration. From-SVN: r14377
parent
89d9619d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
gcc/configure.in
+15
-2
No files found.
gcc/configure.in
View file @
95fd3981
...
@@ -1429,15 +1429,28 @@ for machine in $build $host $target; do
...
@@ -1429,15 +1429,28 @@ 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-gnulibc1) # Motorola m68k's running Linux
xm_file=m68k/xm-linux.h # with ELF format using the
xmake_file=x-linux # Linux C library 5
tm_file=m68k/linux.h
tmake_file="t-linux t-linux-gnulibc1 m68k/t-linux"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
fixincludes=Makefile.in #On Linux, the headers are ok already.
extra_headers=math-68881.h
gnu_ld=yes
;;
m68k-*-linux-gnu*) # 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
using glibc 2
xmake_file=x-linux
xmake_file=x-linux
# aka the Linux C library 6.
tm_file=m68k/linux.h
tm_file=m68k/linux.h
tmake_file="t-linux m68k/t-linux"
tmake_file="t-linux m68k/t-linux"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
fixincludes=Makefile.in #On Linux, the headers are ok already.
fixincludes=Makefile.in #On Linux, the headers are ok already.
extra_headers=math-68881.h
extra_headers=math-68881.h
gnu_ld=yes
gnu_ld=yes
if [[ x$thread_file = x ]]; then
thread_file='posix'
fi
;;
;;
m68k-*-psos*)
m68k-*-psos*)
tmake_file=m68k/t-m68kbare
tmake_file=m68k/t-m68kbare
...
...
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