diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-06-09 01:32:19 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-06-09 01:32:19 +0000 |
commit | 0d18b56de133a31da6ff0301d03f7eda0767be84 (patch) | |
tree | d40ba1e1581378c4c87696c1ff08f289c30ba0f0 /configure.in | |
parent | 7542c0f275dbb7217ddec0beea4985ba4a2f24b3 (diff) | |
download | gdb-0d18b56de133a31da6ff0301d03f7eda0767be84.zip gdb-0d18b56de133a31da6ff0301d03f7eda0767be84.tar.gz gdb-0d18b56de133a31da6ff0301d03f7eda0767be84.tar.bz2 |
* configure.in (vax-*-netbsd*): Re-enable gas.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 1246195..5962337 100644 --- a/configure.in +++ b/configure.in @@ -633,10 +633,6 @@ case "${target}" in # Skip some stuff that's unsupported on some NetBSD configurations. case "${target}" in i*86-*-netbsdelf*) ;; - vax-*-netbsd*) - # gas is not yet supported on vax-netbsd. - noconfigdirs="gas $noconfigdirs ${libgcj}" - ;; *) noconfigdirs="$noconfigdirs ${libgcj}" ;; |