X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Felfutils%2Fpatches%2F100-portability.patch;h=0d650549eec39064ee59ee2dc7905b0233b9ffb5;hb=f95a8f876926969b3643f43cf08674cf153e22e8;hp=a0c7d74bb32ec1497e8b5d55a3c0beb24644d525;hpb=17a5f1c81f8b72c0f684ea05bd1acac6fa49d188;p=openwrt%2Fstaging%2Fnbd.git diff --git a/tools/elfutils/patches/100-portability.patch b/tools/elfutils/patches/100-portability.patch index a0c7d74bb3..0d650549ee 100644 --- a/tools/elfutils/patches/100-portability.patch +++ b/tools/elfutils/patches/100-portability.patch @@ -291,7 +291,7 @@ case DW_TAG_rvalue_reference_type +#define auxv_info_alias(arch) \ -+ int EBLHOOK_1(arch, auxv_info) (GElf_Xword a_type, const char **name, const char **format) \ ++ int EBLHOOK_1(arch ## _, auxv_info) (GElf_Xword a_type, const char **name, const char **format) \ + { \ + return EBLHOOK(auxv_info)(a_type, name, format); \ + }