mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-20 13:29:24 +08:00
8893cd1006
Move the minor aarch64-specific logic to a dedicated variable so we can merge its configure logic up a level.
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
AARCH64_OBJTYPE=
|
|
case "${target}" in
|
|
*-*-elf)
|
|
AARCH64_OBJTYPE=elf-
|
|
;;
|
|
esac
|
|
AC_SUBST(AARCH64_OBJTYPE)
|