summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-03-05 23:11:56 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-03-05 23:11:56 +0000
commit263cd6a9daaddba06bc576cd1c94e70eccebad46 (patch)
treeeb894cf48c58b9feab23722e079e89b6dbdac1d9 /configure.in
parent61e8293608b190c40517aa9c1a00b3fafe83aa99 (diff)
downloadgcc-263cd6a9daaddba06bc576cd1c94e70eccebad46.tar.gz
* configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18423 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 5c7a8c6f9d5..5580e9499ad 100644
--- a/configure.in
+++ b/configure.in
@@ -306,9 +306,6 @@ case "${target}" in
powerpc-*-netware*)
target_makefile_frag="${target_makefile_frag} config/mt-netware"
;;
- powerpc*-*-linux-gnulibc1)
- target_makefile_frag="${target_makefile_frag} config/mt-linux"
- ;;
*-*-linux-gnu)
target_makefile_frag="${target_makefile_frag} config/mt-linux"
;;