diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 1218203bfc..fd115e46f8 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1992,10 +1992,6 @@ 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" |