This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

TARGET_OPTION_TRANSLATE_TABLE question


i am trying to use TARGET_OPTION_TRANSLATE_TABLE.
Please, tell me why my example doesn't work.

gcc -v -DTARGET_OPTION_TRANSLATE_TABLE="{\"-quiet\",\"-qq\"}" -c foo.c

Still getting :
"cc1 -quiet -v -DTARGET_OPTION_TRANSLATE_TABLE={"-quiet","-qq"} foo.c -quiet -dumpbase foo.c -mtune=pentiumpro -auxbase stam -version -o /tmp/ccdUuwaO.s"


using FC3 and gcc 4.0.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]