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 | 53a6fe6ac506e04d766c0f34e0a3fd9684fc3569 (patch) | |
tree | 7ce6686ca34407a19ebe3084c52928d7ba4e8de3 /configure.in | |
parent | ce542f7867820372e0dd09430b4976bf06932efa (diff) | |
download | newlib-53a6fe6ac506e04d766c0f34e0a3fd9684fc3569.zip newlib-53a6fe6ac506e04d766c0f34e0a3fd9684fc3569.tar.gz newlib-53a6fe6ac506e04d766c0f34e0a3fd9684fc3569.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}" |