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
04069e5c
Commit
04069e5c
authored
Aug 25, 1998
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This change was certainly tested...
From-SVN: r21995
parent
cb280029
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
gcc/configure
+0
-0
gcc/configure.in
+10
-10
No files found.
gcc/configure
View file @
04069e5c
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
04069e5c
...
...
@@ -1911,9 +1911,9 @@ changequote([,])dnl
fixincludes=fixinc.irix
xmake_file=mips/x-iris6
tmake_file=mips/t-iris6
if test x$enable_threads = xyes; then
#
if test x$enable_threads = xyes; then
# thread_file='irix'
fi
#
fi
;;
mips-wrs-vxworks)
tm_file="mips/elf.h libgloss.h"
...
...
@@ -1932,9 +1932,9 @@ changequote([,])dnl
tmake_file=mips/t-cross64
# See comment in mips/iris[56].h files.
use_collect2=yes
if test x$enable_threads = xyes; then
#
if test x$enable_threads = xyes; then
# thread_file='irix'
fi
#
fi
;;
mips-sni-sysv4)
if test x$gas = xyes
...
...
@@ -1975,9 +1975,9 @@ changequote([,])dnl
tmake_file=mips/t-mips-gas
# See comment in mips/iris5.h file.
use_collect2=yes
if test x$enable_threads = xyes; then
#
if test x$enable_threads = xyes; then
# thread_file='irix'
fi
#
fi
;;
mips-sgi-irix4loser*) # Mostly like a MIPS.
tm_file="mips/iris4loser.h mips/iris3.h ${tm_file} mips/iris4.h"
...
...
@@ -1996,9 +1996,9 @@ changequote([,])dnl
then
use_collect2=yes
fi
if test x$enable_threads = xyes; then
#
if test x$enable_threads = xyes; then
# thread_file='irix'
fi
#
fi
;;
mips-sgi-irix4*) # Mostly like a MIPS.
tm_file="mips/iris3.h ${tm_file} mips/iris4.h"
...
...
@@ -2017,9 +2017,9 @@ changequote([,])dnl
then
use_collect2=yes
fi
if test x$enable_threads = xyes; then
#
if test x$enable_threads = xyes; then
# thread_file='irix'
fi
#
fi
;;
mips-sgi-*) # Mostly like a MIPS.
tm_file="mips/iris3.h ${tm_file}"
...
...
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