mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
gcc/arm: include driver-arm.c for Haiku/ARM too
This was only done for Linux/ARM builds, but we need it to (otherwise we'll get linker errors for several functions).
This commit is contained in:
parent
78fb24b8ff
commit
02dff6efa8
@ -99,7 +99,8 @@ case ${host} in
|
||||
esac
|
||||
|
||||
case ${host} in
|
||||
arm*-*-linux*)
|
||||
arm*-*-linux* \
|
||||
| arm*-*-haiku* )
|
||||
case ${target} in
|
||||
arm*-*-*)
|
||||
host_extra_gcc_objs="driver-arm.o"
|
||||
|
Loading…
Reference in New Issue
Block a user