mirror of
https://github.com/RGBCube/serenity
synced 2025-09-13 06:27:58 +00:00
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...
This commit is contained in:
parent
f9cf6bfce1
commit
7cb9237be9
9 changed files with 11 additions and 8 deletions
|
@ -3,4 +3,4 @@ port=klong
|
|||
version=20190926
|
||||
files="http://t3x.org/klong/klong20190926.tgz klong20190926.tgz"
|
||||
useconfigure=false
|
||||
workdir=klong
|
||||
klong
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue