[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] [patch] fix ifdef for i386 and -ansi
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] [patch] fix ifdef for i386 and -ansi |
Date: |
Fri, 06 Aug 2010 01:39:15 +0200 (CEST) |
> With -ansi flag, gcc does not (auto)define i386, only __i386__ (so I
> think assembler code was never used on i386/unix/gcc builds). Patch
> applies to 2.4.1 too (with fuzzyness). Maybe, it would be better
> just always use __i386__ (alternative patch).
I selected the alternative patch. Thanks a lot!
Werner