From 387beb8240477b46821dc2782dc341f34ff5ca0c Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Thu, 27 Sep 2001 18:01:15 +0000 Subject: [PATCH] configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss. 2001-09-26 Will Cohen * configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss. From-SVN: r45842 --- ChangeLog | 5 +++++ configure.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6eb24f5614..30902eb5645 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-26 Will Cohen + + * configure.in (*-*-linux*): Disable configuration of target-newlib + and target-libgloss. + 2001-09-26 Alexandre Oliva * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for diff --git a/configure.in b/configure.in index 0ccd7ada594..162d9b32e6a 100644 --- a/configure.in +++ b/configure.in @@ -771,6 +771,7 @@ case "${target}" in fi ;; *-*-linux*) + noconfigdirs="$noconfigdirs target-newlib target-libgloss" # linux has rx in libc skipdirs="$skipdirs target-librx" ;;