@@ -13,10 +13,12 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #include "config.h" + +#include "platform.h" .globl objc_msg_lookup .globl objc_msg_lookup_stret .globl objc_msg_lookup_super .globl objc_msg_lookup_super_stret @@ -102,8 +104,8 @@ nil_method: retl clr %o0 -#ifdef __linux__ +#ifdef OF_LINUX .section .note.GNU-stack, "", %progbits #endif