aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 61bd8d5e2a0..3893f4f4c9f 100755
--- a/config.sub
+++ b/config.sub
@@ -565,6 +565,9 @@ case $os in
565 -solaris) 565 -solaris)
566 os=-solaris2 566 os=-solaris2
567 ;; 567 ;;
568 -gnu/linux*)
569 os=`echo $os | sed -e 's|gnu/linux|linux|'`
570 ;;
568 # First accept the basic system types. 571 # First accept the basic system types.
569 # The portable systems comes first. 572 # The portable systems comes first.
570 # Each alternative must end in a *, to match a version number. 573 # Each alternative must end in a *, to match a version number.