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
34cf946f
Commit
34cf946f
authored
Dec 03, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Mark obsolete targets for GCC 3.4.
From-SVN: r74236
parent
eb158727
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletions
+35
-1
gcc/ChangeLog
+4
-0
gcc/config.gcc
+31
-1
No files found.
gcc/ChangeLog
View file @
34cf946f
2003-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Mark obsolete targets for GCC 3.4.
2003-12-03 Zack Weinberg <zack@codesourcery.com>
* aclocal.m4 (AM_ICONV): Add explicit check for iconv.h.
...
...
gcc/config.gcc
View file @
34cf946f
...
...
@@ -182,7 +182,23 @@ md_file=
# Obsolete configurations.
case ${target} in
dummy)
d30v-* | \
dsp16xx-* | \
i370-* | \
i960-* | \
i?86-moss-msdos | i?86-*-moss* | \
i?86-ncr-sysv4* | \
i?86-*-netware | \
i?86-*-freebsd2* | i?86-*-freebsd*aout* | \
i?86-*-linux*aout* | \
i?86-*-linux*libc1* | \
i?86-*-interix | \
i?86-*-mach* | \
i?86-*-udk* | \
i?86-*-sysv[123]* | \
i386-*-vsta | \
m68k-hp-hpux* | m68000-hp-hpux* | \
m68k-*-sysv4*)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2
echo "*** Specify --enable-obsolete to build it anyway." >&2
...
...
@@ -1342,6 +1358,13 @@ m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
esac
;;
m68k*-*-netbsd*)
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2
echo "*** Specify --enable-obsolete to build it anyway." >&2
echo "*** Support will be REMOVED in the next major release of GCC," >&2
echo "*** unless a maintainer comes forward." >&2
exit 1
fi
tm_file="m68k/m68k.h netbsd.h netbsd-aout.h m68k/netbsd.h"
tmake_file=t-netbsd
extra_parts=""
...
...
@@ -2196,6 +2219,13 @@ vax-*-ultrix*) # VAXen running ultrix
use_fixproto=yes
;;
vax-*-*) # VAX default entry
if test "x$enable_obsolete" != xyes; then
echo "*** Configuration ${target} is obsolete." >&2
echo "*** Specify --enable-obsolete to build it anyway." >&2
echo "*** Support will be REMOVED in the next major release of GCC," >&2
echo "*** unless a maintainer comes forward." >&2
exit 1
fi
use_fixproto=yes
;;
xscale-*-elf)
...
...
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