mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
Ports/bc: Remove hardcoded HOSTCC
The configure script will pick up the `HOSTCC` via `HOST_CC`, which is defined in `Ports/.hosted_defs.sh`.
This commit is contained in:
parent
49928a5703
commit
6238b3896a
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ configopts=("--prefix=/usr/local" "--disable-nls")
|
||||||
export CFLAGS='-O3 -flto'
|
export CFLAGS='-O3 -flto'
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
run env HOSTCC=gcc ./"$configscript" "${configopts[@]}"
|
run ./"${configscript}" "${configopts[@]}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue