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
9f3d1bc2
Commit
9f3d1bc2
authored
Mar 11, 1999
by
Bruce Korb
Committed by
Bruce Korb
Mar 11, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activating fast-fixincludes
From-SVN: r25697
parent
b27d2bd5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
170 deletions
+68
-170
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+30
-29
gcc/configure.in
+34
-141
No files found.
gcc/ChangeLog
View file @
9f3d1bc2
Thu
Mar
11
08
:
52
:
02
1999
Bruce
Korb
<
korb
@datadesign
.
com
>
*
Makefile
.
in
:
activated
fixinc
/
mkfixinc
.
sh
*
configure
.
in
:
activated
fixinc
/
mkfixinc
.
sh
Thu
Mar
11
01
:
38
:
02
1999
Mumit
Khan
<
khan
@xraylith
.
wisc
.
edu
>
Thu
Mar
11
01
:
38
:
02
1999
Mumit
Khan
<
khan
@xraylith
.
wisc
.
edu
>
*
cppfiles
.
c
(
INO_T_EQ
)
:
Handle
UWIN
.
*
cppfiles
.
c
(
INO_T_EQ
)
:
Handle
UWIN
.
...
...
gcc/Makefile.in
View file @
9f3d1bc2
...
@@ -419,10 +419,6 @@ INSTALL_HEADERS=install-headers
...
@@ -419,10 +419,6 @@ INSTALL_HEADERS=install-headers
# Options for tar when copying trees. So HPUX can override it.
# Options for tar when copying trees. So HPUX can override it.
TAROUTOPTS
=
xpBf
TAROUTOPTS
=
xpBf
# Select which version of fixincludes to use (I.E. regular versus SVR4)
# This value is overridden directly by configure.
FIXINCLUDES
=
@fixincludes@
# Additional directories of header files to run fixincludes on.
# Additional directories of header files to run fixincludes on.
# These should be directories searched automatically by default
# These should be directories searched automatically by default
# just as /usr/include is.
# just as /usr/include is.
...
@@ -2109,33 +2105,38 @@ stmp-int-hdrs: stmp-fixinc $(USER_H) xlimits.h
...
@@ -2109,33 +2105,38 @@ stmp-int-hdrs: stmp-fixinc $(USER_H) xlimits.h
stmp-headers
:
stmp-headers
:
touch
$@
touch
$@
fixinc.sh
:
fixinc.sh
:
$(srcdir)/fixinc/mkfixinc.sh
DEST
=
`
cd
$(srcdir)
;
pwd
`
/
$@
CC
=
$(CC)
MAKE
=
$(MAKE)
CFLAGS
=
"
$(CFLAGS)
"
\
MAKE
=
"
$(MAKE)
"
;
srcdir
=
`
cd
$(srcdir)
/fixinc
;
pwd
`
;
\
export
DEST CC MAKE CFLAGS
;
\
export
MAKE srcdir
;
\
echo
DEST
=
$$
DEST
CC
=
$$
CC
MAKE
=
$$
MAKE
CFLAGS
=
$$
CFLAGS
;
\
cd
./fixinc
;
$(SHELL)
$$
{
srcdir
}
/mkfixinc.sh
$(target)
cd
../contrib/fixinc
;
\
$(SHELL)
mkfixinc.sh
$(target)
$$
DEST
##stmp-fixinc: $(FIXINCLUDES) gsyslimits.h
## rm -rf include
## mkdir include
## if [ x$(FIXINCLUDES) != xMakefile.in ]; \
## then \
## for dir in $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS); do \
## if [ -d $$dir ]; \
## then \
## $(SHELL) $(srcdir)/$(FIXINCLUDES) include $$dir; \
## else true; fi; \
## done; \
## if [ x$(INSTALL_ASSERT_H) != x ] ; \
## then \
## rm -f include/assert.h; \
## cp $(srcdir)/assert.h include/assert.h; \
## chmod a+r include/assert.h; \
## fi \
## else true; \
## fi
# Build fixed copies of system files.
# Build fixed copies of system files.
stmp-fixinc
:
$(FIXINCLUDES) gsyslimits.h
stmp-fixinc
:
fixinc.sh gsyslimits.h
rm
-rf
include
rm
-rf
include
;
mkdir include
mkdir include
TARGET_MACHINE
=
$(target)
;
srcdir
=
`
cd
$(srcdir)
;
pwd
`
;
\
if
[
x
$(FIXINCLUDES)
!=
xMakefile.in
]
;
\
INSTALL_ASSERT_H
=
$(INSTALL_ASSERT_H)
;
\
then
\
export
TARGET_MACHINE srcdir INSTALL_ASSERT_H
;
\
for
dir
in
$(SYSTEM_HEADER_DIR)
$(OTHER_FIXINCLUDES_DIRS)
;
do
\
$(SHELL)
./fixinc.sh
`
pwd
`
/include
$(SYSTEM_HEADER_DIR)
$(OTHER_FIXINCLUDES_DIRS)
if
[
-d
$$
dir
]
;
\
then
\
$(SHELL)
$(srcdir)
/
$(FIXINCLUDES)
include
$$
dir
;
\
else
true
;
fi
;
\
done
;
\
if
[
x
$(INSTALL_ASSERT_H)
!=
x
]
;
\
then
\
rm
-f
include/assert.h
;
\
cp
$(srcdir)
/assert.h include/assert.h
;
\
chmod a+r include/assert.h
;
\
fi
\
else
true
;
\
fi
rm
-f
include/syslimits.h
rm
-f
include/syslimits.h
if
[
-f
include/limits.h
]
;
then
\
if
[
-f
include/limits.h
]
;
then
\
mv include/limits.h include/syslimits.h
;
\
mv include/limits.h include/syslimits.h
;
\
...
...
gcc/configure.in
View file @
9f3d1bc2
...
@@ -214,13 +214,6 @@ AC_ARG_ENABLE(haifa,
...
@@ -214,13 +214,6 @@ AC_ARG_ENABLE(haifa,
[ --enable-haifa use the experimental scheduler.
[ --enable-haifa use the experimental scheduler.
--disable-haifa don't use the experimental scheduler for the
--disable-haifa don't use the experimental scheduler for the
targets which normally enable it.])
targets which normally enable it.])
# Fast fixincludes
#
# This is a work in progress...
AC_ARG_WITH(fast-fixincludes,
[ --with-fast-fixincludes use a faster fixinclude program (experimental)],
fast_fixinc="$with_fast_fixincludes",
fast_fixinc=no)
# Enable threads
# Enable threads
# Pass with no value to take the default
# Pass with no value to take the default
...
@@ -442,10 +435,6 @@ for machine in $build $host $target; do
...
@@ -442,10 +435,6 @@ for machine in $build $host $target; do
use_collect2=
use_collect2=
# Set this to override the default target model.
# Set this to override the default target model.
target_cpu_default=
target_cpu_default=
# Set this to control which fixincludes program to use.
if test x$fast_fixinc != xyes; then
fixincludes=fixincludes
else fixincludes=fixinc.sh ; fi
# Set this to control how the header file directory is installed.
# Set this to control how the header file directory is installed.
install_headers_dir=install-headers-tar
install_headers_dir=install-headers-tar
# Set this to a non-empty list of args to pass to cpp if the target
# Set this to a non-empty list of args to pass to cpp if the target
...
@@ -575,7 +564,6 @@ changequote([,])dnl
...
@@ -575,7 +564,6 @@ changequote([,])dnl
target_cpu_default="MASK_GAS"
target_cpu_default="MASK_GAS"
tmake_file="t-linux t-linux-gnulibc1 alpha/t-linux alpha/t-crtbe"
tmake_file="t-linux t-linux-gnulibc1 alpha/t-linux alpha/t-crtbe"
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
fixincludes=fixinc.wrap
xmake_file=none
xmake_file=none
gas=yes gnu_ld=yes
gas=yes gnu_ld=yes
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
...
@@ -588,7 +576,6 @@ changequote([,])dnl
...
@@ -588,7 +576,6 @@ changequote([,])dnl
tmake_file="t-linux alpha/t-linux alpha/t-crtbe"
tmake_file="t-linux alpha/t-linux alpha/t-crtbe"
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
xmake_file=none
xmake_file=none
fixincludes=Makefile.in
gas=yes gnu_ld=yes
gas=yes gnu_ld=yes
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
thread_file='posix'
thread_file='posix'
...
@@ -600,7 +587,6 @@ changequote([,])dnl
...
@@ -600,7 +587,6 @@ changequote([,])dnl
tmake_file="alpha/t-crtbe"
tmake_file="alpha/t-crtbe"
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
xmake_file=none
xmake_file=none
fixincludes=fixinc.wrap
gas=yes gnu_ld=yes
gas=yes gnu_ld=yes
;;
;;
...
@@ -659,7 +645,6 @@ changequote([,])dnl
...
@@ -659,7 +645,6 @@ changequote([,])dnl
xmake_file=winnt/x-winnt
xmake_file=winnt/x-winnt
extra_host_objs=oldnames.o
extra_host_objs=oldnames.o
extra_gcc_objs="spawnv.o oldnames.o"
extra_gcc_objs="spawnv.o oldnames.o"
fixincludes=fixinc.winnt
if test x$gnu_ld != xyes
if test x$gnu_ld != xyes
then
then
extra_programs=ld.exe
extra_programs=ld.exe
...
@@ -672,7 +657,6 @@ changequote([,])dnl
...
@@ -672,7 +657,6 @@ changequote([,])dnl
tm_file=alpha/vms.h
tm_file=alpha/vms.h
xm_file="${xm_file} alpha/xm-vms.h"
xm_file="${xm_file} alpha/xm-vms.h"
tmake_file=alpha/t-vms
tmake_file=alpha/t-vms
fixincludes=Makefile.in
;;
;;
arc-*-elf*)
arc-*-elf*)
extra_parts="crtinit.o crtfini.o"
extra_parts="crtinit.o crtfini.o"
...
@@ -701,26 +685,21 @@ changequote([,])dnl
...
@@ -701,26 +685,21 @@ changequote([,])dnl
arm-semi-aout | armel-semi-aout)
arm-semi-aout | armel-semi-aout)
tm_file=arm/semi.h
tm_file=arm/semi.h
tmake_file=arm/t-semi
tmake_file=arm/t-semi
fixincludes=Makefile.in # There is nothing to fix
;;
;;
arm-semi-aof | armel-semi-aof)
arm-semi-aof | armel-semi-aof)
tm_file=arm/semiaof.h
tm_file=arm/semiaof.h
tmake_file=arm/t-semiaof
tmake_file=arm/t-semiaof
fixincludes=Makefile.in # There is nothing to fix
;;
;;
arm*-*-netbsd*)
arm*-*-netbsd*)
tm_file=arm/netbsd.h
tm_file=arm/netbsd.h
xm_file="arm/xm-netbsd.h ${xm_file}"
xm_file="arm/xm-netbsd.h ${xm_file}"
tmake_file="t-netbsd arm/t-netbsd"
tmake_file="t-netbsd arm/t-netbsd"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
;;
;;
arm*-*-linux-gnuaout*) # ARM GNU/Linux with a.out
arm*-*-linux-gnuaout*) # ARM GNU/Linux with a.out
cpu_type=arm
cpu_type=arm
xmake_file=x-linux
xmake_file=x-linux
tm_file=arm/linux-aout.h
tm_file=arm/linux-aout.h
tmake_file=arm/t-linux
tmake_file=arm/t-linux
fixincludes=Makefile.in
gnu_ld=yes
gnu_ld=yes
;;
;;
arm*-*-linux-gnu*) # ARM GNU/Linux with ELF
arm*-*-linux-gnu*) # ARM GNU/Linux with ELF
...
@@ -736,7 +715,6 @@ changequote([,])dnl
...
@@ -736,7 +715,6 @@ changequote([,])dnl
esac
esac
tmake_file="t-linux arm/t-linux"
tmake_file="t-linux arm/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 # Nothing to fix
gnu_ld=yes
gnu_ld=yes
;;
;;
arm*-*-aout)
arm*-*-aout)
...
@@ -758,27 +736,22 @@ changequote([,])dnl
...
@@ -758,27 +736,22 @@ changequote([,])dnl
c1-convex-*) # Convex C1
c1-convex-*) # Convex C1
target_cpu_default=1
target_cpu_default=1
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
c2-convex-*) # Convex C2
c2-convex-*) # Convex C2
target_cpu_default=2
target_cpu_default=2
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
c32-convex-*)
c32-convex-*)
target_cpu_default=4
target_cpu_default=4
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
c34-convex-*)
c34-convex-*)
target_cpu_default=8
target_cpu_default=8
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
c38-convex-*)
c38-convex-*)
target_cpu_default=16
target_cpu_default=16
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
c4x-*)
c4x-*)
cpu_type=c4x
cpu_type=c4x
...
@@ -816,7 +789,6 @@ changequote([,])dnl
...
@@ -816,7 +789,6 @@ changequote([,])dnl
target_cpu_default="MASK_SNAKE"
target_cpu_default="MASK_SNAKE"
tm_file="${tm_file} pa/pa-osf.h"
tm_file="${tm_file} pa/pa-osf.h"
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
hppa1.1-*-rtems*)
hppa1.1-*-rtems*)
tm_file="pa/pa-pro.h ${tm_file} pa/pa-pro-end.h libgloss.h pa/rtems.h"
tm_file="pa/pa-pro.h ${tm_file} pa/pa-pro-end.h libgloss.h pa/rtems.h"
...
@@ -826,16 +798,13 @@ changequote([,])dnl
...
@@ -826,16 +798,13 @@ changequote([,])dnl
hppa1.0-*-osf*)
hppa1.0-*-osf*)
tm_file="${tm_file} pa/pa-osf.h"
tm_file="${tm_file} pa/pa-osf.h"
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
hppa1.1-*-bsd*)
hppa1.1-*-bsd*)
target_cpu_default="MASK_SNAKE"
target_cpu_default="MASK_SNAKE"
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
hppa1.0-*-bsd*)
hppa1.0-*-bsd*)
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
hppa1.0-*-hpux7*)
hppa1.0-*-hpux7*)
tm_file="pa/pa-oldas.h ${tm_file} pa/pa-hpux7.h"
tm_file="pa/pa-oldas.h ${tm_file} pa/pa-hpux7.h"
...
@@ -990,7 +959,6 @@ changequote([,])dnl
...
@@ -990,7 +959,6 @@ changequote([,])dnl
hppa*-*-lites*)
hppa*-*-lites*)
target_cpu_default="MASK_SNAKE"
target_cpu_default="MASK_SNAKE"
use_collect2=yes
use_collect2=yes
fixincludes=Makefile.in
;;
;;
i370-*-mvs*)
i370-*-mvs*)
;;
;;
...
@@ -1056,7 +1024,6 @@ changequote([,])dnl
...
@@ -1056,7 +1024,6 @@ changequote([,])dnl
xmake_file=i386/x-sysv3
xmake_file=i386/x-sysv3
tm_file=i386/seq-sysv3.h
tm_file=i386/seq-sysv3.h
tmake_file=i386/t-crtstuff
tmake_file=i386/t-crtstuff
fixincludes=fixinc.ptx
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
;;
;;
...
@@ -1068,7 +1035,6 @@ changequote([,])dnl
...
@@ -1068,7 +1035,6 @@ changequote([,])dnl
tm_file=i386/seq2-sysv3.h
tm_file=i386/seq2-sysv3.h
tmake_file=i386/t-crtstuff
tmake_file=i386/t-crtstuff
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
fixincludes=fixinc.ptx
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
;;
;;
changequote(,)dnl
changequote(,)dnl
...
@@ -1080,7 +1046,6 @@ changequote([,])dnl
...
@@ -1080,7 +1046,6 @@ changequote([,])dnl
tm_file=i386/ptx4-i.h
tm_file=i386/ptx4-i.h
tmake_file=t-svr4
tmake_file=t-svr4
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
fixincludes=fixinc.ptx
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
;;
;;
i386-sun-sunos*) # Sun i386 roadrunner
i386-sun-sunos*) # Sun i386 roadrunner
...
@@ -1130,16 +1095,12 @@ changequote(,)dnl
...
@@ -1130,16 +1095,12 @@ changequote(,)dnl
i[34567]86-*-freebsd*)
i[34567]86-*-freebsd*)
changequote([,])dnl
changequote([,])dnl
tm_file=i386/freebsd.h
tm_file=i386/freebsd.h
# On FreeBSD, the headers are already ok, except for math.h.
fixincludes=fixinc.wrap
tmake_file=i386/t-freebsd
tmake_file=i386/t-freebsd
;;
;;
changequote(,)dnl
changequote(,)dnl
i[34567]86-*-netbsd*)
i[34567]86-*-netbsd*)
changequote([,])dnl
changequote([,])dnl
tm_file=i386/netbsd.h
tm_file=i386/netbsd.h
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
tmake_file=t-netbsd
;;
;;
changequote(,)dnl
changequote(,)dnl
...
@@ -1190,7 +1151,6 @@ changequote([,])dnl # with a.out format using
...
@@ -1190,7 +1151,6 @@ changequote([,])dnl # with a.out format using
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"
tm_file=i386/linux-oldld.h
tm_file=i386/linux-oldld.h
fixincludes=fixinc.x86-linux-gnu
gnu_ld=yes
gnu_ld=yes
float_format=i386
float_format=i386
;;
;;
...
@@ -1200,7 +1160,6 @@ changequote([,])dnl # with a.out format
...
@@ -1200,7 +1160,6 @@ changequote([,])dnl # 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"
tm_file=i386/linux-aout.h
tm_file=i386/linux-aout.h
fixincludes=fixinc.x86-linux-gnu
gnu_ld=yes
gnu_ld=yes
float_format=i386
float_format=i386
;;
;;
...
@@ -1212,7 +1171,6 @@ changequote([,])dnl # with ELF format using the
...
@@ -1212,7 +1171,6 @@ changequote([,])dnl # with ELF format using the
tm_file=i386/linux.h
tm_file=i386/linux.h
tmake_file="t-linux t-linux-gnulibc1 i386/t-crtstuff"
tmake_file="t-linux t-linux-gnulibc1 i386/t-crtstuff"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
fixincludes=fixinc.x86-linux-gnu
gnu_ld=yes
gnu_ld=yes
float_format=i386
float_format=i386
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
...
@@ -1227,7 +1185,6 @@ changequote([,])dnl # with ELF format using glibc 2
...
@@ -1227,7 +1185,6 @@ changequote([,])dnl # with ELF format using glibc 2
tm_file=i386/linux.h
tm_file=i386/linux.h
tmake_file="t-linux i386/t-crtstuff"
tmake_file="t-linux i386/t-crtstuff"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
fixincludes=fixinc.x86-linux-gnu
gnu_ld=yes
gnu_ld=yes
float_format=i386
float_format=i386
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
...
@@ -1267,7 +1224,6 @@ changequote(,)dnl
...
@@ -1267,7 +1224,6 @@ changequote(,)dnl
changequote([,])dnl
changequote([,])dnl
tm_file=i386/moss.h
tm_file=i386/moss.h
tmake_file=t-libc-ok
tmake_file=t-libc-ok
fixincludes=Makefile.in
gnu_ld=yes
gnu_ld=yes
gas=yes
gas=yes
;;
;;
...
@@ -1335,7 +1291,6 @@ changequote([,])dnl
...
@@ -1335,7 +1291,6 @@ changequote([,])dnl
xm_file="xm-siglist.h xm-alloca.h ${xm_file} i386/xm-sco5.h"
xm_file="xm-siglist.h xm-alloca.h ${xm_file} i386/xm-sco5.h"
xm_defines="USG SVR3"
xm_defines="USG SVR3"
xmake_file=i386/x-sco5
xmake_file=i386/x-sco5
fixincludes=fixinc.sco
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
tm_file=i386/sco5.h
tm_file=i386/sco5.h
if test x$gas = xyes
if test x$gas = xyes
...
@@ -1353,7 +1308,6 @@ changequote([,])dnl
...
@@ -1353,7 +1308,6 @@ changequote([,])dnl
xm_file="${xm_file} i386/xm-sco.h"
xm_file="${xm_file} i386/xm-sco.h"
xm_defines="USG SVR3 BROKEN_LDEXP SMALL_ARG_MAX NO_SYS_SIGLIST"
xm_defines="USG SVR3 BROKEN_LDEXP SMALL_ARG_MAX NO_SYS_SIGLIST"
xmake_file=i386/x-sco4
xmake_file=i386/x-sco4
fixincludes=fixinc.sco
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
if test x$stabs = xyes
if test x$stabs = xyes
then
then
...
@@ -1399,14 +1353,6 @@ changequote([,])dnl
...
@@ -1399,14 +1353,6 @@ changequote([,])dnl
tmake_file=i386/t-sol2
tmake_file=i386/t-sol2
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"
xmake_file=x-svr4
xmake_file=x-svr4
case $machine in
changequote(,)dnl
*-*-solaris2.[0-4])
changequote([,])dnl
fixincludes=fixinc.svr4;;
*)
fixincludes=fixinc.wrap;;
esac
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
thread_file='solaris'
thread_file='solaris'
fi
fi
...
@@ -1424,7 +1370,6 @@ changequote([,])dnl
...
@@ -1424,7 +1370,6 @@ changequote([,])dnl
tmake_file=i386/t-crtpic
tmake_file=i386/t-crtpic
xmake_file=x-svr4
xmake_file=x-svr4
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
fixincludes=fixinc.svr4
;;
;;
changequote(,)dnl
changequote(,)dnl
i[34567]86-*-sysv4*) # Intel 80386's running system V.4
i[34567]86-*-sysv4*) # Intel 80386's running system V.4
...
@@ -1449,7 +1394,6 @@ changequote([,])dnl
...
@@ -1449,7 +1394,6 @@ changequote([,])dnl
tmake_file="i386/t-crtpic i386/t-udk"
tmake_file="i386/t-crtpic i386/t-udk"
xmake_file=x-svr4
xmake_file=x-svr4
extra_parts="crtbegin.o crtend.o"
extra_parts="crtbegin.o crtend.o"
fixincludes="fixinc.svr4"
;;
;;
changequote(,)dnl
changequote(,)dnl
i[34567]86-*-osf1*) # Intel 80386's running OSF/1 1.3+
i[34567]86-*-osf1*) # Intel 80386's running OSF/1 1.3+
...
@@ -1457,7 +1401,6 @@ changequote([,])dnl
...
@@ -1457,7 +1401,6 @@ changequote([,])dnl
cpu_type=i386
cpu_type=i386
xm_file="${xm_file} xm-svr4.h i386/xm-sysv4.h i386/xm-osf1elf.h"
xm_file="${xm_file} xm-svr4.h i386/xm-sysv4.h i386/xm-osf1elf.h"
xm_defines="USE_C_ALLOCA SMALL_ARG_MAX"
xm_defines="USE_C_ALLOCA SMALL_ARG_MAX"
fixincludes=Makefile.in #Don't do it on OSF/1
if test x$stabs = xyes
if test x$stabs = xyes
then
then
tm_file=i386/osf1elfgdb.h
tm_file=i386/osf1elfgdb.h
...
@@ -1505,7 +1448,6 @@ changequote([,])dnl
...
@@ -1505,7 +1448,6 @@ changequote([,])dnl
tm_file=i386/win32.h
tm_file=i386/win32.h
xmake_file=i386/x-cygwin
xmake_file=i386/x-cygwin
extra_objs=winnt.o
extra_objs=winnt.o
fixincludes=Makefile.in
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
thread_file='win32'
thread_file='win32'
fi
fi
...
@@ -1519,7 +1461,6 @@ changequote([,])dnl
...
@@ -1519,7 +1461,6 @@ changequote([,])dnl
tm_file=i386/cygwin.h
tm_file=i386/cygwin.h
xmake_file=i386/x-cygwin
xmake_file=i386/x-cygwin
extra_objs=winnt.o
extra_objs=winnt.o
fixincludes=Makefile.in
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
thread_file='win32'
thread_file='win32'
fi
fi
...
@@ -1533,7 +1474,6 @@ changequote([,])dnl
...
@@ -1533,7 +1474,6 @@ changequote([,])dnl
tmake_file="i386/t-cygwin i386/t-mingw32"
tmake_file="i386/t-cygwin i386/t-mingw32"
extra_objs=winnt.o
extra_objs=winnt.o
xmake_file=i386/x-cygwin
xmake_file=i386/x-cygwin
fixincludes=Makefile.in
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
thread_file='win32'
thread_file='win32'
fi
fi
...
@@ -1571,7 +1511,6 @@ changequote([,])dnl
...
@@ -1571,7 +1511,6 @@ changequote([,])dnl
tmake_file=i386/t-winnt
tmake_file=i386/t-winnt
extra_host_objs="winnt.o oldnames.o"
extra_host_objs="winnt.o oldnames.o"
extra_gcc_objs="spawnv.o oldnames.o"
extra_gcc_objs="spawnv.o oldnames.o"
fixincludes=fixinc.winnt
if test x$gnu_ld != xyes
if test x$gnu_ld != xyes
then
then
extra_programs=ld.exe
extra_programs=ld.exe
...
@@ -1589,7 +1528,6 @@ changequote([,])dnl
...
@@ -1589,7 +1528,6 @@ changequote([,])dnl
tm_file=i386/dgux.h
tm_file=i386/dgux.h
tmake_file=i386/t-dgux
tmake_file=i386/t-dgux
xmake_file=i386/x-dgux
xmake_file=i386/x-dgux
fixincludes=fixinc.dgux
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
;;
;;
i860-alliant-*) # Alliant FX/2800
i860-alliant-*) # Alliant FX/2800
...
@@ -2023,8 +1961,6 @@ changequote([,])dnl
...
@@ -2023,8 +1961,6 @@ changequote([,])dnl
;;
;;
m68k*-*-netbsd*)
m68k*-*-netbsd*)
tm_file=m68k/netbsd.h
tm_file=m68k/netbsd.h
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
tmake_file=t-netbsd
float_format=m68k
float_format=m68k
;;
;;
...
@@ -2055,7 +1991,6 @@ changequote([,])dnl
...
@@ -2055,7 +1991,6 @@ changequote([,])dnl
xmake_file=x-linux
xmake_file=x-linux
tm_file=m68k/linux-aout.h
tm_file=m68k/linux-aout.h
tmake_file="t-linux-aout m68k/t-linux-aout"
tmake_file="t-linux-aout m68k/t-linux-aout"
fixincludes=Makefile.in # The headers are ok already.
extra_headers=math-68881.h
extra_headers=math-68881.h
float_format=m68k
float_format=m68k
gnu_ld=yes
gnu_ld=yes
...
@@ -2067,7 +2002,6 @@ changequote([,])dnl
...
@@ -2067,7 +2002,6 @@ changequote([,])dnl
tm_file=m68k/linux.h
tm_file=m68k/linux.h
tmake_file="t-linux t-linux-gnulibc1 m68k/t-linux"
tmake_file="t-linux t-linux-gnulibc1 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 # The headers are ok already.
extra_headers=math-68881.h
extra_headers=math-68881.h
float_format=m68k
float_format=m68k
gnu_ld=yes
gnu_ld=yes
...
@@ -2079,7 +2013,6 @@ changequote([,])dnl
...
@@ -2079,7 +2013,6 @@ changequote([,])dnl
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 # The headers are ok already.
extra_headers=math-68881.h
extra_headers=math-68881.h
float_format=m68k
float_format=m68k
gnu_ld=yes
gnu_ld=yes
...
@@ -2117,7 +2050,6 @@ changequote([,])dnl
...
@@ -2117,7 +2050,6 @@ changequote([,])dnl
then
then
tmake_file=m88k/t-dgux-gas
tmake_file=m88k/t-dgux-gas
fi
fi
fixincludes=fixinc.dgux
;;
;;
m88k-dolphin-sysv3*)
m88k-dolphin-sysv3*)
tm_file=m88k/dolph.h
tm_file=m88k/dolph.h
...
@@ -2178,7 +2110,6 @@ changequote([,])dnl
...
@@ -2178,7 +2110,6 @@ changequote([,])dnl
mips-sgi-irix6*) # SGI System V.4., IRIX 6
mips-sgi-irix6*) # SGI System V.4., IRIX 6
tm_file=mips/iris6.h
tm_file=mips/iris6.h
xm_file=mips/xm-iris6.h
xm_file=mips/xm-iris6.h
fixincludes=fixinc.irix
xmake_file=mips/x-iris6
xmake_file=mips/x-iris6
tmake_file=mips/t-iris6
tmake_file=mips/t-iris6
# if test x$enable_threads = xyes; then
# if test x$enable_threads = xyes; then
...
@@ -2197,7 +2128,6 @@ changequote([,])dnl
...
@@ -2197,7 +2128,6 @@ changequote([,])dnl
tm_file="mips/iris6.h mips/cross64.h"
tm_file="mips/iris6.h mips/cross64.h"
xm_defines=USG
xm_defines=USG
xm_file="mips/xm-iris5.h"
xm_file="mips/xm-iris5.h"
fixincludes=Makefile.in
xmake_file=mips/x-iris
xmake_file=mips/x-iris
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.
...
@@ -2239,7 +2169,6 @@ changequote([,])dnl
...
@@ -2239,7 +2169,6 @@ changequote([,])dnl
fi
fi
xm_defines=USG
xm_defines=USG
xm_file="mips/xm-iris5.h"
xm_file="mips/xm-iris5.h"
fixincludes=fixinc.irix
xmake_file=mips/x-iris
xmake_file=mips/x-iris
# mips-tfile doesn't work yet
# mips-tfile doesn't work yet
tmake_file=mips/t-mips-gas
tmake_file=mips/t-mips-gas
...
@@ -2336,7 +2265,6 @@ changequote([,])dnl
...
@@ -2336,7 +2265,6 @@ changequote([,])dnl
;;
;;
mips-dec-bsd*) # Decstation running 4.4 BSD
mips-dec-bsd*) # Decstation running 4.4 BSD
tm_file=mips/dec-bsd.h
tm_file=mips/dec-bsd.h
fixincludes=
if test x$gas = xyes
if test x$gas = xyes
then
then
tmake_file=mips/t-mips-gas
tmake_file=mips/t-mips-gas
...
@@ -2352,7 +2280,6 @@ changequote([,])dnl
...
@@ -2352,7 +2280,6 @@ changequote([,])dnl
mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD
mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD
tm_file=mips/netbsd.h
tm_file=mips/netbsd.h
# On NetBSD, the headers are already okay, except for math.h.
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
tmake_file=t-netbsd
;;
;;
mips*-*-linux*) # Linux MIPS, either endian.
mips*-*-linux*) # Linux MIPS, either endian.
...
@@ -2719,7 +2646,6 @@ changequote([,])dnl
...
@@ -2719,7 +2646,6 @@ changequote([,])dnl
tm_file=ns32k/netbsd.h
tm_file=ns32k/netbsd.h
xm_file="ns32k/xm-netbsd.h ${xm_file}"
xm_file="ns32k/xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h.
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
tmake_file=t-netbsd
;;
;;
pdp11-*-bsd)
pdp11-*-bsd)
...
@@ -2772,13 +2698,11 @@ changequote([,])dnl
...
@@ -2772,13 +2698,11 @@ changequote([,])dnl
powerpc-*-eabiaix*)
powerpc-*-eabiaix*)
tm_file=rs6000/eabiaix.h
tm_file=rs6000/eabiaix.h
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
fixincludes=Makefile.in
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
;;
;;
powerpc-*-eabisim*)
powerpc-*-eabisim*)
tm_file=rs6000/eabisim.h
tm_file=rs6000/eabisim.h
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
fixincludes=Makefile.in
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
;;
;;
powerpc-*-eabi*)
powerpc-*-eabi*)
...
@@ -2789,7 +2713,6 @@ changequote([,])dnl
...
@@ -2789,7 +2713,6 @@ changequote([,])dnl
else
else
tmake_file="rs6000/t-ppc rs6000/t-ppccomm"
tmake_file="rs6000/t-ppc rs6000/t-ppccomm"
fi
fi
fixincludes=Makefile.in
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
;;
;;
powerpc-*-rtems*)
powerpc-*-rtems*)
...
@@ -2800,7 +2723,6 @@ changequote([,])dnl
...
@@ -2800,7 +2723,6 @@ changequote([,])dnl
else
else
tmake_file="rs6000/t-ppc t-rtems rs6000/t-ppccomm"
tmake_file="rs6000/t-ppc t-rtems rs6000/t-ppccomm"
fi
fi
fixincludes=Makefile.in
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
;;
;;
powerpc-*-linux-gnulibc1)
powerpc-*-linux-gnulibc1)
...
@@ -2814,7 +2736,6 @@ changequote([,])dnl
...
@@ -2814,7 +2736,6 @@ changequote([,])dnl
tmake_file="rs6000/t-ppc t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
tmake_file="rs6000/t-ppc t-linux t-linux-gnulibc1 rs6000/t-ppccomm"
fi
fi
xmake_file=x-linux
xmake_file=x-linux
fixincludes=Makefile.in
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
...
@@ -2833,7 +2754,6 @@ changequote([,])dnl
...
@@ -2833,7 +2754,6 @@ changequote([,])dnl
tmake_file="rs6000/t-ppc t-linux rs6000/t-ppccomm"
tmake_file="rs6000/t-ppc t-linux rs6000/t-ppccomm"
fi
fi
xmake_file=x-linux
xmake_file=x-linux
fixincludes=Makefile.in
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
...
@@ -2865,7 +2785,6 @@ changequote([,])dnl
...
@@ -2865,7 +2785,6 @@ changequote([,])dnl
powerpcle-*-eabisim*)
powerpcle-*-eabisim*)
tm_file=rs6000/eabilesim.h
tm_file=rs6000/eabilesim.h
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
fixincludes=Makefile.in
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
;;
;;
powerpcle-*-eabi*)
powerpcle-*-eabi*)
...
@@ -2876,14 +2795,12 @@ changequote([,])dnl
...
@@ -2876,14 +2795,12 @@ changequote([,])dnl
else
else
tmake_file="rs6000/t-ppc rs6000/t-ppccomm"
tmake_file="rs6000/t-ppc rs6000/t-ppccomm"
fi
fi
fixincludes=Makefile.in
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
;;
;;
powerpcle-*-winnt* )
powerpcle-*-winnt* )
tm_file=rs6000/win-nt.h
tm_file=rs6000/win-nt.h
tmake_file=rs6000/t-winnt
tmake_file=rs6000/t-winnt
# extra_objs=pe.o
# extra_objs=pe.o
fixincludes=Makefile.in
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
thread_file='win32'
thread_file='win32'
fi
fi
...
@@ -2895,7 +2812,6 @@ changequote([,])dnl
...
@@ -2895,7 +2812,6 @@ changequote([,])dnl
tmake_file=rs6000/t-winnt
tmake_file=rs6000/t-winnt
xmake_file=rs6000/x-cygwin
xmake_file=rs6000/x-cygwin
# extra_objs=pe.o
# extra_objs=pe.o
fixincludes=Makefile.in
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
thread_file='win32'
thread_file='win32'
fi
fi
...
@@ -2913,14 +2829,6 @@ changequote([,])dnl
...
@@ -2913,14 +2829,6 @@ changequote([,])dnl
tmake_file="rs6000/t-ppc rs6000/t-ppccomm"
tmake_file="rs6000/t-ppc rs6000/t-ppccomm"
fi
fi
xmake_file=rs6000/x-sysv4
xmake_file=rs6000/x-sysv4
case $machine in
changequote(,)dnl
*-*-solaris2.[0-4])
changequote([,])dnl
fixincludes=fixinc.svr4;;
*)
fixincludes=fixinc.wrap;;
esac
extra_headers=ppc-asm.h
extra_headers=ppc-asm.h
;;
;;
changequote(,)dnl
changequote(,)dnl
...
@@ -3039,8 +2947,6 @@ changequote([,])dnl
...
@@ -3039,8 +2947,6 @@ changequote([,])dnl
;;
;;
sparc-*-netbsd*)
sparc-*-netbsd*)
tm_file=sparc/netbsd.h
tm_file=sparc/netbsd.h
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
tmake_file=t-netbsd
;;
;;
sparc-*-openbsd*)
sparc-*-openbsd*)
...
@@ -3061,7 +2967,6 @@ changequote([,])dnl
...
@@ -3061,7 +2967,6 @@ changequote([,])dnl
xm_file="${xm_file} sparc/xm-linux.h"
xm_file="${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
fixincludes=Makefile.in #On Linux, the headers are ok already.
gnu_ld=yes
gnu_ld=yes
;;
;;
sparc-*-linux-gnulibc1*) # Sparc's running GNU/Linux, libc5
sparc-*-linux-gnulibc1*) # Sparc's running GNU/Linux, libc5
...
@@ -3070,7 +2975,6 @@ changequote([,])dnl
...
@@ -3070,7 +2975,6 @@ changequote([,])dnl
tm_file=sparc/linux.h
tm_file=sparc/linux.h
tmake_file="t-linux t-linux-gnulibc1"
tmake_file="t-linux t-linux-gnulibc1"
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.
gnu_ld=yes
gnu_ld=yes
;;
;;
sparc-*-linux-gnu*) # Sparc's running GNU/Linux, libc6
sparc-*-linux-gnu*) # Sparc's running GNU/Linux, libc6
...
@@ -3079,7 +2983,6 @@ changequote([,])dnl
...
@@ -3079,7 +2983,6 @@ changequote([,])dnl
tm_file=sparc/linux.h
tm_file=sparc/linux.h
tmake_file="t-linux"
tmake_file="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.
gnu_ld=yes
gnu_ld=yes
if test x$enable_threads = xyes; then
if test x$enable_threads = xyes; then
thread_file='posix'
thread_file='posix'
...
@@ -3107,7 +3010,6 @@ changequote([,])dnl
...
@@ -3107,7 +3010,6 @@ changequote([,])dnl
tmake_file="sparc/t-sol2 sparc/t-sol2-64"
tmake_file="sparc/t-sol2 sparc/t-sol2-64"
xmake_file=sparc/x-sysv4
xmake_file=sparc/x-sysv4
extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
extra_parts="crt1.o crti.o crtn.o gcrt1.o crtbegin.o crtend.o"
fixincludes=fixinc.wrap
float_format=none
float_format=none
if test x${enable_threads} = x ; then
if test x${enable_threads} = x ; then
enable_threads=$have_pthread_h
enable_threads=$have_pthread_h
...
@@ -3148,11 +3050,9 @@ changequote([,])dnl
...
@@ -3148,11 +3050,9 @@ changequote([,])dnl
changequote(,)dnl
changequote(,)dnl
*-*-solaris2.[0-4])
*-*-solaris2.[0-4])
changequote([,])dnl
changequote([,])dnl
fixincludes=fixinc.svr4
float_format=i128
float_format=i128
;;
;;
*)
*)
fixincludes=fixinc.wrap
float_format=none
float_format=none
;;
;;
esac
esac
...
@@ -3228,7 +3128,6 @@ changequote([,])dnl
...
@@ -3228,7 +3128,6 @@ changequote([,])dnl
xm_file="sparc/xm-sp64.h sparc/xm-linux.h"
xm_file="sparc/xm-sp64.h sparc/xm-linux.h"
tm_file=sparc/linux64.h
tm_file=sparc/linux64.h
xmake_file=x-linux
xmake_file=x-linux
fixincludes=Makefile.in # The headers are ok already.
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
gnu_ld=yes
gnu_ld=yes
;;
;;
...
@@ -3244,7 +3143,6 @@ changequote([,])dnl
...
@@ -3244,7 +3143,6 @@ changequote([,])dnl
xm_file=arm/xm-thumb.h
xm_file=arm/xm-thumb.h
md_file=arm/thumb.md
md_file=arm/thumb.md
tmake_file=arm/t-thumb
tmake_file=arm/t-thumb
fixincludes=Makefile.in # There is nothing to fix
;;
;;
# This hasn't been upgraded to GCC 2.
# This hasn't been upgraded to GCC 2.
# tron-*-*)
# tron-*-*)
...
@@ -3273,8 +3171,6 @@ changequote([,])dnl
...
@@ -3273,8 +3171,6 @@ changequote([,])dnl
;;
;;
vax-*-netbsd*)
vax-*-netbsd*)
tm_file="${tm_file} netbsd.h vax/netbsd.h"
tm_file="${tm_file} netbsd.h vax/netbsd.h"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
tmake_file=t-netbsd
float_format=vax
float_format=vax
;;
;;
...
@@ -3319,13 +3215,10 @@ changequote([,])dnl
...
@@ -3319,13 +3215,10 @@ changequote([,])dnl
# GNU tools are the only tools.
# GNU tools are the only tools.
gnu_ld=yes
gnu_ld=yes
gas=yes
gas=yes
# On GNU, the headers are already okay.
fixincludes=Makefile.in
xmake_file=x-linux # These details are the same as Linux.
xmake_file=x-linux # These details are the same as Linux.
tmake_file=t-gnu # These are not.
tmake_file=t-gnu # These are not.
;;
;;
*-*-sysv4*)
*-*-sysv4*)
fixincludes=fixinc.svr4
xmake_try_sysv=x-sysv
xmake_try_sysv=x-sysv
install_headers_dir=install-headers-cpio
install_headers_dir=install-headers-cpio
;;
;;
...
@@ -4105,7 +3998,7 @@ all_boot_languages=
...
@@ -4105,7 +3998,7 @@ all_boot_languages=
all_compilers=
all_compilers=
all_stagestuff=
all_stagestuff=
all_diff_excludes=
all_diff_excludes=
all_outputs='Makefile intl/Makefile po/Makefile.in'
all_outputs='Makefile intl/Makefile po/Makefile.in
fixinc/Makefile
'
# List of language makefile fragments.
# List of language makefile fragments.
all_lang_makefiles=
all_lang_makefiles=
all_headers=
all_headers=
...
@@ -4290,55 +4183,55 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
...
@@ -4290,55 +4183,55 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma
# Substitute configuration variables
# Substitute configuration variables
AC_SUBST(subdirs)
AC_SUBST(subdirs)
AC_SUBST(all_languages)
AC_SUBST(all_boot_languages)
AC_SUBST(all_boot_languages)
AC_SUBST(all_compilers)
AC_SUBST(all_compilers)
AC_SUBST(all_lang_makefiles)
AC_SUBST(all_stagestuff)
AC_SUBST(all_diff_excludes)
AC_SUBST(all_diff_excludes)
AC_SUBST(all_lib2funcs)
AC_SUBST(all_headers)
AC_SUBST(all_headers)
AC_SUBST(all_lang_makefiles)
AC_SUBST(all_languages)
AC_SUBST(all_lib2funcs)
AC_SUBST(all_stagestuff)
AC_SUBST(build_exeext)
AC_SUBST(build_install_headers_dir)
AC_SUBST(build_xm_file_list)
AC_SUBST(cc_set_by_configure)
AC_SUBST(cpp_install_dir)
AC_SUBST(cpp_main)
AC_SUBST(cpp_main)
AC_SUBST(
extra_passes
)
AC_SUBST(
dep_host_xmake_file
)
AC_SUBST(
extra_programs
)
AC_SUBST(
dep_tmake_file
)
AC_SUBST(extra_
part
s)
AC_SUBST(extra_
c_flag
s)
AC_SUBST(extra_c_objs)
AC_SUBST(extra_c_objs)
AC_SUBST(extra_cxx_objs)
AC_SUBST(extra_cpp_objs)
AC_SUBST(extra_cpp_objs)
AC_SUBST(extra_c_flags)
AC_SUBST(extra_cxx_objs)
AC_SUBST(extra_headers_list)
AC_SUBST(extra_objs)
AC_SUBST(extra_objs)
AC_SUBST(extra_parts)
AC_SUBST(extra_passes)
AC_SUBST(extra_programs)
AC_SUBST(fixinc_defs)
AC_SUBST(float_h_file)
AC_SUBST(gcc_gxx_include_dir)
AC_SUBST(gcc_version)
AC_SUBST(gcc_version_trigger)
AC_SUBST(host_exeext)
AC_SUBST(host_extra_gcc_objs)
AC_SUBST(host_extra_gcc_objs)
AC_SUBST(extra_headers_list)
AC_SUBST(dep_host_xmake_file)
AC_SUBST(dep_tmake_file)
AC_SUBST(out_file)
AC_SUBST(out_object_file)
AC_SUBST(md_file)
AC_SUBST(tm_file_list)
AC_SUBST(build_xm_file_list)
AC_SUBST(host_xm_file_list)
AC_SUBST(host_xm_file_list)
AC_SUBST(lang_specs_files)
AC_SUBST(install)
AC_SUBST(JAVAGC)
AC_SUBST(lang_options_files)
AC_SUBST(lang_options_files)
AC_SUBST(lang_specs_files)
AC_SUBST(lang_tree_files)
AC_SUBST(lang_tree_files)
AC_SUBST(thread_file)
AC_SUBST(objc_boehm_gc)
AC_SUBST(JAVAGC)
AC_SUBST(gcc_version)
AC_SUBST(gcc_version_trigger)
AC_SUBST(local_prefix)
AC_SUBST(local_prefix)
AC_SUBST(gcc_gxx_include_dir)
AC_SUBST(fixincludes)
AC_SUBST(build_install_headers_dir)
AC_SUBST(build_exeext)
AC_SUBST(host_exeext)
AC_SUBST(float_h_file)
AC_SUBST(will_use_collect2)
AC_SUBST(maybe_use_collect2)
AC_SUBST(maybe_use_collect2)
AC_SUBST(cc_set_by_configure)
AC_SUBST(md_file)
AC_SUBST(objc_boehm_gc)
AC_SUBST(out_file)
AC_SUBST(out_object_file)
AC_SUBST(stage_prefix_set_by_configure)
AC_SUBST(stage_prefix_set_by_configure)
AC_SUBST(install)
AC_SUBST(symbolic_link)
AC_SUBST(symbolic_link)
AC_SUBST(cpp_install_dir)
AC_SUBST(thread_file)
AC_SUBST(tm_file_list)
AC_SUBST(will_use_collect2)
AC_SUBST_FILE(target_overrides)
AC_SUBST_FILE(target_overrides)
...
...
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