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
434332b5
Commit
434332b5
authored
Jul 15, 1997
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change: if [[ x$thread_file = x ]]; then
to: if [[ x$enable_threads = xyes ]]; then From-SVN: r14448
parent
dea13a31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
gcc/configure.in
+17
-17
No files found.
gcc/configure.in
View file @
434332b5
...
@@ -340,7 +340,7 @@ for machine in $build $host $target; do
...
@@ -340,7 +340,7 @@ for machine in $build $host $target; do
then
then
extra_programs=ld.exe
extra_programs=ld.exe
fi
fi
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='win32'
thread_file='win32'
fi
fi
;;
;;
...
@@ -646,7 +646,7 @@ for machine in $build $host $target; do
...
@@ -646,7 +646,7 @@ for machine in $build $host $target; do
tmake_file=i386/t-next
tmake_file=i386/t-next
xmake_file=i386/x-next
xmake_file=i386/x-next
extra_objs=nextstep.o
extra_objs=nextstep.o
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='mach'
thread_file='mach'
fi
fi
;;
;;
...
@@ -788,7 +788,7 @@ for machine in $build $host $target; do
...
@@ -788,7 +788,7 @@ for machine in $build $host $target; do
fixincludes=Makefile.in #On Linux, the headers are ok already.
fixincludes=Makefile.in #On Linux, the headers are ok already.
broken_install=yes
broken_install=yes
gnu_ld=yes
gnu_ld=yes
if [[ x$
thread_file = x
]]; then
if [[ x$
enable_threads = xyes
]]; then
thread_file='single'
thread_file='single'
fi
fi
;;
;;
...
@@ -801,7 +801,7 @@ for machine in $build $host $target; do
...
@@ -801,7 +801,7 @@ for machine in $build $host $target; do
fixincludes=Makefile.in #On Linux, the headers are ok already.
fixincludes=Makefile.in #On Linux, the headers are ok already.
broken_install=yes
broken_install=yes
gnu_ld=yes
gnu_ld=yes
if [[ x$
thread_file = x
]]; then
if [[ x$
enable_threads = xyes
]]; then
thread_file='posix'
thread_file='posix'
fi
fi
;;
;;
...
@@ -917,7 +917,7 @@ for machine in $build $host $target; do
...
@@ -917,7 +917,7 @@ for machine in $build $host $target; do
xmake_file=x-svr4
xmake_file=x-svr4
fixincludes=fixinc.svr4
fixincludes=fixinc.svr4
broken_install=yes
broken_install=yes
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='solaris'
thread_file='solaris'
fi
fi
;;
;;
...
@@ -966,7 +966,7 @@ for machine in $build $host $target; do
...
@@ -966,7 +966,7 @@ for machine in $build $host $target; do
xmake_file=i386/x-cygwin32
xmake_file=i386/x-cygwin32
extra_objs=winnt.o
extra_objs=winnt.o
fixincludes=Makefile.in
fixincludes=Makefile.in
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='win32'
thread_file='win32'
fi
fi
exeext=.exe
exeext=.exe
...
@@ -978,7 +978,7 @@ for machine in $build $host $target; do
...
@@ -978,7 +978,7 @@ for machine in $build $host $target; do
extra_objs=winnt.o
extra_objs=winnt.o
xmake_file=i386/x-cygwin32
xmake_file=i386/x-cygwin32
fixincludes=Makefile.in
fixincludes=Makefile.in
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='win32'
thread_file='win32'
fi
fi
exeext=.exe
exeext=.exe
...
@@ -996,7 +996,7 @@ for machine in $build $host $target; do
...
@@ -996,7 +996,7 @@ for machine in $build $host $target; do
then
then
extra_programs=ld.exe
extra_programs=ld.exe
fi
fi
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='win32'
thread_file='win32'
fi
fi
;;
;;
...
@@ -1349,7 +1349,7 @@ for machine in $build $host $target; do
...
@@ -1349,7 +1349,7 @@ for machine in $build $host $target; do
xmake_file=m68k/x-next
xmake_file=m68k/x-next
extra_objs=nextstep.o
extra_objs=nextstep.o
extra_headers=math-68881.h
extra_headers=math-68881.h
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='mach'
thread_file='mach'
fi
fi
;;
;;
...
@@ -1544,7 +1544,7 @@ for machine in $build $host $target; do
...
@@ -1544,7 +1544,7 @@ for machine in $build $host $target; do
fixincludes=fixinc.irix
fixincludes=fixinc.irix
xmake_file=mips/x-iris6
xmake_file=mips/x-iris6
tmake_file=mips/t-iris6
tmake_file=mips/t-iris6
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='irix'
thread_file='irix'
fi
fi
;;
;;
...
@@ -1557,7 +1557,7 @@ for machine in $build $host $target; do
...
@@ -1557,7 +1557,7 @@ for machine in $build $host $target; do
tmake_file=mips/t-cross64
tmake_file=mips/t-cross64
# See comment in mips/iris[56].h files.
# See comment in mips/iris[56].h files.
use_collect2=yes
use_collect2=yes
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='irix'
thread_file='irix'
fi
fi
;;
;;
...
@@ -1601,7 +1601,7 @@ for machine in $build $host $target; do
...
@@ -1601,7 +1601,7 @@ for machine in $build $host $target; do
tmake_file=mips/t-mips-gas
tmake_file=mips/t-mips-gas
# See comment in mips/iris5.h file.
# See comment in mips/iris5.h file.
use_collect2=yes
use_collect2=yes
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='irix'
thread_file='irix'
fi
fi
;;
;;
...
@@ -1623,7 +1623,7 @@ for machine in $build $host $target; do
...
@@ -1623,7 +1623,7 @@ for machine in $build $host $target; do
then
then
use_collect2=yes
use_collect2=yes
fi
fi
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='irix'
thread_file='irix'
fi
fi
;;
;;
...
@@ -1645,7 +1645,7 @@ for machine in $build $host $target; do
...
@@ -1645,7 +1645,7 @@ for machine in $build $host $target; do
then
then
use_collect2=yes
use_collect2=yes
fi
fi
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='irix'
thread_file='irix'
fi
fi
;;
;;
...
@@ -2173,7 +2173,7 @@ for machine in $build $host $target; do
...
@@ -2173,7 +2173,7 @@ for machine in $build $host $target; do
tmake_file=rs6000/t-winnt
tmake_file=rs6000/t-winnt
# extra_objs=pe.o
# extra_objs=pe.o
fixincludes=Makefile.in
fixincludes=Makefile.in
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='win32'
thread_file='win32'
fi
fi
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
...
@@ -2185,7 +2185,7 @@ for machine in $build $host $target; do
...
@@ -2185,7 +2185,7 @@ for machine in $build $host $target; do
xmake_file=rs6000/x-cygwin32
xmake_file=rs6000/x-cygwin32
# extra_objs=pe.o
# extra_objs=pe.o
fixincludes=Makefile.in
fixincludes=Makefile.in
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='win32'
thread_file='win32'
fi
fi
exeext=.exe
exeext=.exe
...
@@ -2333,7 +2333,7 @@ for machine in $build $host $target; do
...
@@ -2333,7 +2333,7 @@ for machine in $build $host $target; do
extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
extra_parts="crt1.o crti.o crtn.o gcrt1.o gmon.o crtbegin.o crtend.o"
fixincludes=fixinc.svr4
fixincludes=fixinc.svr4
broken_install=yes
broken_install=yes
if [[ x$thread_file = x
]]; then
if [[ x$enable_threads = xyes
]]; then
thread_file='solaris'
thread_file='solaris'
fi
fi
;;
;;
...
...
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