mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 07:17:35 +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
|
@ -4,7 +4,7 @@ version=1.8.2
|
|||
files="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz ninja-v${version}.tar.gz"
|
||||
|
||||
build() {
|
||||
CXX=i686-pc-serenity-g++ CXXFLAGS="--sysroot=${SERENITY_BUILD_DIR}/Root" \
|
||||
CXXFLAGS="--sysroot=${SERENITY_BUILD_DIR}/Root" \
|
||||
LDFLAGS="--sysroot=${SERENITY_BUILD_DIR}/Root" \
|
||||
# platform=linux is close enough.
|
||||
run ./configure.py --bootstrap --platform=linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue