diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-01-15 11:24:47 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-01-15 11:24:47 +0000 |
commit | 04fe94284bd633e4b0483e46838a1848b64d2b60 (patch) | |
tree | b4d4f7e1ab713b8e98b26ce5f633f69e3c783a38 /configure.in | |
parent | e3d463471c97c3b40eb27f235eefd1337568cf5e (diff) | |
download | gdb-04fe94284bd633e4b0483e46838a1848b64d2b60.tar.gz |
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure: Rebuilt.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4415ae44622..27c27328b3b 100644 --- a/configure.in +++ b/configure.in @@ -640,12 +640,11 @@ case "${target}" in noconfigdirs="$noconfigdirs ld gprof target-libgloss ${libgcj}" ;; mips*-*-irix6*) - # The GNU assembler does not support IRIX 6. # Linking libjava exceeds command-line length limits on at least # IRIX 6.2, but not on IRIX 6.5. # Also, boehm-gc won't build on IRIX 6.5, according to Jeffrey Oldham # <oldham@codesourcery.com> - noconfigdirs="$noconfigdirs gas gprof target-libgloss ${libgcj}" + noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" ;; mips*-dec-bsd*) noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" |