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, 0 insertions, 11 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 deleted file mode 100644 index 2e5dcd765707..000000000000 --- a/net-dialup/linux-atm/files/2.4.1-uclibc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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/'` - ;; |