YAMAMOTO Takashi wrote: > hi, > > x86_machdep.c has two "#ifdef amd64". > are they working as you intended? Yes. The buildsystem passes -Damd64. > shouldn't they be __amd64__? No. If you want to use a compiler-defined, then it's __x86_64__. Christoph