mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Without this change the port builds fine as a cross-compiler but fails to build natively on an arm system. Patch submitted by Tim Kientzle, who pointed out it was used in the original powerpc64-gcc port this one was derived from. PR: 205673 PR: 204419 Approved by: mat (mentor)
11 lines
236 B
Text
11 lines
236 B
Text
--- gcc/config.host.orig 2014-01-02 22:23:26 UTC
|
|
+++ gcc/config.host
|
|
@@ -99,7 +99,7 @@ case ${host} in
|
|
esac
|
|
|
|
case ${host} in
|
|
- arm*-*-linux*)
|
|
+ arm*-*-*)
|
|
case ${target} in
|
|
arm*-*-*)
|
|
host_extra_gcc_objs="driver-arm.o"
|