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:
authorJoel Brobecker <brobecker@adacore.com>2009-03-16 20:00:47 +0300
committerJoel Brobecker <brobecker@adacore.com>2009-03-16 20:00:47 +0300
commit2926fdf5317827d8644ed1bc26edcba5a1fae650 (patch)
treede6079fc532d7f63a38cee9f367a18cf6b39bc06 /configure
parent9f8da9ce2c7d3a01e0f5c80ce348ba23daedecc8 (diff)
* configure.ac: Treat gdb as supported on x86_64-darwin.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fc95fec84..c807df8ec 100755
--- a/configure
+++ b/configure
@@ -2211,11 +2211,11 @@ case "${target}" in
*-*-chorusos)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
- powerpc-*-darwin* | x86_64-*-darwin[912]*)
+ powerpc-*-darwin*)
noconfigdirs="$noconfigdirs ld gas gdb gprof"
noconfigdirs="$noconfigdirs sim target-rda"
;;
- i[3456789]86-*-darwin*)
+ i[3456789]86-*-darwin* | x86_64-*-darwin9*)
noconfigdirs="$noconfigdirs ld gas gprof"
noconfigdirs="$noconfigdirs sim target-rda"
;;