From 02dff6efa8f90d23396406b5e2aaab14d4596f1b Mon Sep 17 00:00:00 2001 From: Ithamar R. Adema Date: Mon, 17 Feb 2014 14:12:52 +0100 Subject: [PATCH] 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). --- 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" -- gitore 0.2.2