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
Notes:
sideshowbarker
2024-07-17 11:06:06 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/6238b3896a Pull-request: https://github.com/SerenityOS/serenity/pull/14179 Reviewed-by: https://github.com/IdanHo Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/timschumi
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ configopts=("--prefix=/usr/local" "--disable-nls")
|
|||
export CFLAGS='-O3 -flto'
|
||||
|
||||
configure() {
|
||||
run env HOSTCC=gcc ./"$configscript" "${configopts[@]}"
|
||||
run ./"${configscript}" "${configopts[@]}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue