Module: kamailio Branch: master Commit: 47bcf94e86a6648bf1c20822061758946eccadae URL: https://github.com/kamailio/kamailio/commit/47bcf94e86a6648bf1c20822061758946eccadae
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@gilawa.com> Date: 2025-08-20T11:40:43Z make: Add recent __ARM_ARCH_8 macro --- Modified: src/Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/47bcf94e86a6648bf1c20822061758946eccadae.diff Patch: https://github.com/kamailio/kamailio/commit/47bcf94e86a6648bf1c20822061758946eccadae.patch --- diff --git a/src/Makefile.defs b/src/Makefile.defs index b8ddc6dd7ac..91cd51dab6b 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -365,8 +365,8 @@ sparc_macros= __sparc__ __sparc __sparcv8 sparc64_macros= __sparcv9 __sparc_v9__ arm_macros= __arm__ __thumb__ -arm8_macros= __ARM_ARCH_8__ -arm8a_macros= __ARM_ARCH_8A__ +arm8_macros= __ARM_ARCH_8__ __ARM_ARCH_8 +arm8a_macros= __ARM_ARCH_8A__ __ARM_ARCH_8A arm7_macros= __ARM_ARCH_7__ arm6_macros= __ARM_ARCH_6__ _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!