summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2016-10-10 23:31:17 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2016-10-10 23:31:17 +0200
commitb20e75328b83d1c67f354996cd6b744ae5cfc91d (patch)
treeadc1d6350482b057f631371e0513adca88cd7812 /gcc/config.host
parentb7beb16ac139b766a3b6adcae15ae5a358c0b83c (diff)
configure.ac: Add aarch64-*-freebsd*.
toplevel: 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org> * configure.ac: Add aarch64-*-freebsd*. * configure: Regenerate. gcc: 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org> * config.gcc: Add aarch64-*-freebsd* support. * config.host: Likewise. * config/aarch64/aarch64-freebsd.h: New file. * config/aarch64/t-aarch64-freebsd: Ditto. libgcc: 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org> * config.host: Add support for aarch64-*-freebsd*. From-SVN: r240949
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 44f2f56ff75..5b3c75714ee 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -99,7 +99,7 @@ case ${host} in
esac
case ${host} in
- aarch64*-*-linux*)
+ aarch64*-*-freebsd* | aarch64*-*-linux*)
case ${target} in
aarch64*-*-*)
host_extra_gcc_objs="driver-aarch64.o"