Skip to content

Commit caf24d7

Browse files
committed
Removed macOS from the list of recognized cross-compile targets.
1 parent 28150e7 commit caf24d7

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

configure

-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

-9
Original file line numberDiff line numberDiff line change
@@ -634,15 +634,6 @@ if test "$cross_compiling" = yes; then
634634
*-*-cygwin*)
635635
_host_ident=
636636
;;
637-
*-apple-darwin*)
638-
case "$host_cpu" in
639-
arm*)
640-
_host_ident=arm
641-
;;
642-
*)
643-
_host_ident=$host_cpu
644-
esac
645-
;;
646637
*-*-vxworks*)
647638
_host_ident=$host_cpu
648639
;;

0 commit comments

Comments
 (0)