diff options
author | Linus Groh <mail@linusgroh.de> | 2021-03-11 21:46:53 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-13 13:13:03 +0100 |
commit | 7cb9237be970562e79cc63f8c7d395cf06e53c12 (patch) | |
tree | 80c916ce373dde8db49ea50a3668de36e9afda69 /Ports/ed | |
parent | f9cf6bfce1ea838ff88ce21164c1dbf9f0e78580 (diff) | |
download | serenity-7cb9237be970562e79cc63f8c7d395cf06e53c12.zip |
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...
Diffstat (limited to 'Ports/ed')
-rwxr-xr-x | Ports/ed/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |