diff options
Diffstat (limited to 'net-dialup/linux-atm/files/2.4.1-uclibc.patch')
-rw-r--r-- | net-dialup/linux-atm/files/2.4.1-uclibc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dialup/linux-atm/files/2.4.1-uclibc.patch b/net-dialup/linux-atm/files/2.4.1-uclibc.patch new file mode 100644 index 000000000000..2e5dcd765707 --- /dev/null +++ b/net-dialup/linux-atm/files/2.4.1-uclibc.patch @@ -0,0 +1,11 @@ +--- linux-atm-2.4.1/config.sub.chris 2004-08-21 19:05:03 +0000 ++++ linux-atm-2.4.1/config.sub 2004-08-21 19:05:27 +0000 +@@ -117,7 +117,7 @@ + # Here we must recognize all the valid KERNEL-OS combinations. + maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` + case $maybe_os in +- nto-qnx* | linux-gnu* | storm-chaos* | os2-emx*) ++ nto-qnx* | linux-gnu* | linux-uclibc* | storm-chaos* | os2-emx*) + os=-$maybe_os + basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + ;; |