From 6696c6827bab09cfc98d302a9147af24ebcd2bee Mon Sep 17 00:00:00 2001 From: SaltyFruit Date: Tue, 11 Apr 2023 07:06:20 +0000 Subject: [PATCH] add wireless-tools-29-fix-cc.patch. Signed-off-by: SaltyFruit --- wireless-tools-29-fix-cc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 wireless-tools-29-fix-cc.patch diff --git a/wireless-tools-29-fix-cc.patch b/wireless-tools-29-fix-cc.patch new file mode 100644 index 0000000..f42d5b0 --- /dev/null +++ b/wireless-tools-29-fix-cc.patch @@ -0,0 +1,11 @@ +--- A/Makefile 2007-09-18 07:56:46.000000000 +0800 ++++ B/Makefile 2023-04-11 15:00:19.610481258 +0800 +@@ -9,7 +9,7 @@ + endif + + ## Compiler to use (modify this for cross compile). +-CC = gcc ++# CC = gcc + ## Other tools you need to modify for cross compile (static lib only). + AR = ar + RANLIB = ranlib