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:
Ithamar R. Adema 2014-02-17 14:12:52 +01:00
parent 78fb24b8ff
commit 02dff6efa8

View File

@ -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"