From 7cb9237be970562e79cc63f8c7d395cf06e53c12 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Thu, 11 Mar 2021 21:46:53 +0100 Subject: Ports: Remove/replace hardcoded i686-pc-serenity-{gcc,g++,ar,ranlib} Except in the Lua port's Makefile patch, I couldn't figure this out... --- Ports/ed/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/ed') diff --git a/Ports/ed/package.sh b/Ports/ed/package.sh index 2155abb4d4..e09b3730e1 100755 --- a/Ports/ed/package.sh +++ b/Ports/ed/package.sh @@ -6,5 +6,5 @@ useconfigure=true depends=pcre2 configure() { - run ./"$configscript" CC=i686-pc-serenity-gcc + run ./"$configscript" } -- cgit v1.2.3