diff options
author | Andreas Tobler <andreast@gcc.gnu.org> | 2016-10-10 23:31:17 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2016-10-10 23:31:17 +0200 |
commit | b20e75328b83d1c67f354996cd6b744ae5cfc91d (patch) | |
tree | adc1d6350482b057f631371e0513adca88cd7812 /gcc/config.gcc | |
parent | b7beb16ac139b766a3b6adcae15ae5a358c0b83c (diff) | |
download | gcc-b20e75328b83d1c67f354996cd6b744ae5cfc91d.zip gcc-b20e75328b83d1c67f354996cd6b744ae5cfc91d.tar.gz gcc-b20e75328b83d1c67f354996cd6b744ae5cfc91d.tar.bz2 |
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.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 8fd07c5..7bbf546 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -937,6 +937,11 @@ aarch64*-*-elf | aarch64*-*-rtems*) done TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'` ;; +aarch64*-*-freebsd*) + tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}" + tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-freebsd.h" + tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd" + ;; aarch64*-*-linux*) tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h" tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-linux.h" |