From 7b9e5ad6a400f73d25ce8213bf9279dfc3e2ddd8 Mon Sep 17 00:00:00 2001 From: Yuriy Chumak Date: Mon, 4 Nov 2024 20:49:00 +0000 Subject: user/ol: Upgrade to 2.6 --- user/ol/fix-cdefs-test.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 user/ol/fix-cdefs-test.patch (limited to 'user/ol/fix-cdefs-test.patch') diff --git a/user/ol/fix-cdefs-test.patch b/user/ol/fix-cdefs-test.patch deleted file mode 100644 index 41578836c..000000000 --- a/user/ol/fix-cdefs-test.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ur a/tests/Makefile b/tests/Makefile ---- a/tests/Makefile 2023-03-23 06:59:27.672116150 -0500 -+++ b/tests/Makefile 2023-03-23 06:59:48.224536016 -0500 -@@ -17,8 +17,8 @@ - failed:="\033[1;31mfailed\033[0m" - - # 32-/64-bit test environment setup --HAS_32CDEFS ?= $(call exists,-m32,sys/cdefs.h,exit) --HAS_64CDEFS ?= $(call exists,-m64,sys/cdefs.h,exit) -+HAS_32CDEFS ?= 0 -+HAS_64CDEFS ?= 0 - - ifeq ($(HAS_64CDEFS),1) - vm64 = printf "64 " && ./vm64 repl <$$F | diff - $$F.ok -@@ -425,4 +425,4 @@ - @if [ -e $(FAILED) ] ;then rm -f $(FAILED); exit 1 ;fi - @echo "\033[1;32mpassed!\033[0m" - --endif -\ No newline at end of file -+endif -- cgit v1.2.3-70-g09d2