diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-10-27 11:49:57 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-29 03:50:06 -0400 |
commit | 72f7ac9ad66b886f4ea9569446e20aa4f97890e4 (patch) | |
tree | ce2ff38b1d613748f9016eef37f2c51faad2435f /aclocal.m4 | |
parent | 639773984180bf3e1a9855b1bdbde469cab2cf27 (diff) | |
download | haskell-72f7ac9ad66b886f4ea9569446e20aa4f97890e4.tar.gz |
Revert "Replace freebsd-gnueabihf with freebsd"
This reverts commit aa31ceaf7568802590f73a740ffbc8b800096342 as
suggested in #17392.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index f5e7050a69..54b1672548 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1992,6 +1992,10 @@ case "$1" in # converts the canonicalized target into someting llvm can understand AC_DEFUN([GHC_LLVM_TARGET], [ case "$2-$3" in + *-freebsd*-gnueabihf) + llvm_target_vendor="unknown" + llvm_target_os="freebsd-gnueabihf" + ;; hardfloat-*eabi) llvm_target_vendor="unknown" llvm_target_os="$3""hf" |