| author | Ithamar R. Adema <ithamar@upgrade-android.com> | 2014-02-17 14:12:52.0 +01:00:00 |
|---|---|---|
| committer | Ithamar R. Adema <ithamar@upgrade-android.com> | 2014-02-17 14:12:52.0 +01:00:00 |
| commit | 02dff6efa8f90d23396406b5e2aaab14d4596f1b [patch] |
|
| tree | 274f86e41797339bc5159cfc56564d6d57a693d4 |
|
| parent | 78fb24b8ff225f3fbf4fca2ce46b8deb915246a5 |
|
| download | 02dff6efa8f90d23396406b5e2aaab14d4596f1b.tar.gz |
|
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).
Diff
gcc/gcc/config.host | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/gcc/config.host b/gcc/gcc/config.host index 1196ec5..be2ce52 100644 --- a/gcc/gcc/config.host +++ b/gcc/gcc/config.host @@ -99,7 +99,8 @@ esac case ${host} in arm*-*-linux*) arm*-*-linux* \ | arm*-*-haiku* ) case ${target} in arm*-*-*) host_extra_gcc_objs="driver-arm.o"