OS X build broken

Steven Edwards winehacker at gmail.com
Fri Jun 12 10:15:37 CDT 2009


On Fri, Jun 12, 2009 at 4:12 AM, Alexandre Julliard<julliard at winehq.org> wrote:
> Austin English <austinenglish at gmail.com> writes:
>
>> AJ, looks like your 'configure: Detect the appropriate form for the
>> __ASM_GLOBAL_FUNC macro.' patch broke the compile on OS X. Could you
>> have a look?
>
> It works fine here. What does your __ASM_GLOBAL_FUNC macro look like in
> include/config.h?

This is what I have,

/* Define to a macro to generate an assembly function */
#define __ASM_GLOBAL_FUNC(name,code) asm(".text\n\t.align 4\n\t.globl _" #name "
\n\t\n_" #name ":\n\t" code "");

-- 
Steven Edwards

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo



More information about the wine-devel mailing list