diff options
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" |