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 | aa236487142b7bc525c5ca7c2d188ca3e8eb8a0c (patch) | |
tree | df31b1c847aa314ca885787a48d6fc0567d7b9c7 /configure.in | |
parent | ae66c1fc9b50b1f51662edc9a2358069a2502fc3 (diff) | |
download | gdb-aa236487142b7bc525c5ca7c2d188ca3e8eb8a0c.zip gdb-aa236487142b7bc525c5ca7c2d188ca3e8eb8a0c.tar.gz gdb-aa236487142b7bc525c5ca7c2d188ca3e8eb8a0c.tar.bz2 |
* 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 4415ae4..27c2732 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}" |