From 387beb8240477b46821dc2782dc341f34ff5ca0c Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Thu, 27 Sep 2001 18:01:15 +0000 Subject: 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0ccd7ad..162d9b3 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" ;; -- cgit v1.1