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 | becfb58cd0a4af9a7b4c8b7222373e30d5526c93 (patch) | |
tree | 72995cf7aba6430f10e6d45b445aa62b989f53f9 /configure.in | |
parent | 14050a093571dffe8f2533800f0137c1e25d4942 (diff) | |
download | binutils-redhat-becfb58cd0a4af9a7b4c8b7222373e30d5526c93.tar.gz |
* 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 1246195875..5962337875 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}" ;; |