mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-10 02:59:16 +08:00
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)
|