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/klong/patches | |
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/klong/patches')
-rw-r--r-- | Ports/klong/patches/klong.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/klong/patches/klong.patch b/Ports/klong/patches/klong.patch index e1bd99cd9a..3008222f09 100644 --- a/Ports/klong/patches/klong.patch +++ b/Ports/klong/patches/klong.patch @@ -3,7 +3,7 @@ @@ -1,12 +1,12 @@ CFLAGS= -g -Wall -pedantic -O3 -CC= cc $(CFLAGS) -+CC= i686-pc-serenity-gcc $(CFLAGS) ++CC:= $(CC) $(CFLAGS) V= 20190330 R= 20190926 |