Ng, Enrico wrote:
I have attached a log file from using "make VERBOSE=1" and the requested 
gencondmd.i file.

Thanks, that helps.  The TARGET_64BIT symbol is supposed to be defined by
"/home/enricong/gccxml-build/GCC/gcc/options.h".  It is a generated file.
Please send me options.h, options.c, and optionlist from that directory.

Actually, I would not be surprised if windows newlines cause the problem.
The options.h file is generated by "opth-gen.awk", which uses 'awk' to
do line processing of "GCC/gcc/config/i386/i386.opt", and is supposed to
see the option

  m64
  Target RejectNegative Negative(m32) Report Mask(64BIT)
  Generate 64bit x86-64 code

and turn it into TARGET_64BIT.  Perhaps the newlines are confusing awk.

-Brad
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.gccxml.org/mailman/listinfo/gccxml

Reply via email to