From 0342889a01aa16162232b0a87a4eb10bdb852ba4 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 11 Dec 2014 09:32:09 +0100 Subject: Update the IA32/MacOS X port. - Prefix symbols with _ - Print indirect symbol definitions - Suppress __asm() macros in system header files --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index fda59dab..80cb2bcd 100755 --- a/configure +++ b/configure @@ -154,7 +154,7 @@ case "$target" in abi="standard" system="macosx" cc="${toolprefix}gcc -arch i386" - cprepro="${toolprefix}gcc -arch i386 -U__GNUC__ -U__clang__ -U__BLOCKS__ '-D__attribute__(x)=' -E" + cprepro="${toolprefix}gcc -arch i386 -U__GNUC__ -U__clang__ -U__BLOCKS__ '-D__attribute__(x)=' '-D__asm(x)=' -E" casm="${toolprefix}gcc -arch i386 -c" case `uname -r` in [1-9].*|10.*|11.*) # up to MacOS 10.7 included -- cgit