Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-01-15 14:24:47 +0300
committerAlexandre Oliva <aoliva@redhat.com>2003-01-15 14:24:47 +0300
commit53a6fe6ac506e04d766c0f34e0a3fd9684fc3569 (patch)
tree7ce6686ca34407a19ebe3084c52928d7ba4e8de3 /configure.in
parentce542f7867820372e0dd09430b4976bf06932efa (diff)
* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
* configure: Rebuilt.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4415ae446..27c27328b 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}"