[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#265498: gcc-3.3: does not define macros like __i386__ or __ELF__ anymore



Philipp Frauenfelder writes:
> Package: gcc-3.3
> Version: 1:3.3.4-7
> Severity: normal
> 
> Hi
> 
> In earlier releases (sorry, I do not have the information
> available when that was -- a few weeks ago?), the compiler
> defined macros like __i386__ or __ELF__ which could be used in
> the source with

unreproducible for me:

$ g++ -E -dM - </dev/null |fgrep i386
#define __i386__ 1
#define i386 1
#define __i386 1



Reply to: