diff options
author | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-30 02:53:32 +0000 |
---|---|---|
committer | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-30 02:53:32 +0000 |
commit | ce3c05b46637cd300ea781b878a9559b34c1fd07 (patch) | |
tree | 5c8166e93e0970f1930717835f910cc665fe2da9 /configure.in | |
parent | 9df78e8a164183f8cd3f3f147149b33a98b2e9db (diff) | |
download | gcc-ce3c05b46637cd300ea781b878a9559b34c1fd07.tar.gz |
* configure.in (vax-*-netbsd*): Don't build gas for this
platform.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54040 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b21918e07d4..1c639345043 100644 --- a/configure.in +++ b/configure.in @@ -633,6 +633,10 @@ 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}" ;; |