diff --git a/0001-test1.patch b/0001-test1.patch deleted file mode 100644 index 83b84aa..0000000 --- a/0001-test1.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 0eb582c348755f9b8f527c066535f95b10deddbf Mon Sep 17 00:00:00 2001 -From: Hailiang -Date: Mon, 3 Mar 2025 18:12:21 +0800 -Subject: [PATCH] test1 - ---- - config.guess | 12 ++++++++---- - 1 file changed, 8 insertions(+), 4 deletions(-) - -diff --git a/config.guess b/config.guess -index fe6f8bc..1239812 100644 ---- a/config.guess -+++ b/config.guess -@@ -990,10 +990,14 @@ EOF - if test "$?" = 0 ; then LIBC=gnulibc1 ; fi - GUESS=$UNAME_MACHINE-unknown-linux-$LIBC - ;; -- sw_64:Linux:*:* | sw64:Linux:*:*) -- UNAME_MACHINE=sw_64 -- echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" -- exit ;; -+ sw_64:Linux:*:*) -+ case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' /proc/cpuinfo 2>/dev/null` in -+ sw) UNAME_MACHINE=sw_64 ;; -+ esac -+ objdump --private-headers /bin/sh | grep -q ld.so.1 -+ if test "$?" = 0 ; then LIBC=gnulibc1 ; fi -+ GUESS=$UNAME_MACHINE-sunway-linux-$LIBC -+ ;; - arc:Linux:*:* | arceb:Linux:*:* | arc32:Linux:*:* | arc64:Linux:*:*) - GUESS=$UNAME_MACHINE-unknown-linux-$LIBC - ;; --- -2.20.1 -