This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problem with new option handling?
- From: Geert Bosch <bosch at gnat dot com>
- To: Neil Booth <neil at daikokuya dot co dot uk>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 21 Jun 2003 11:34:37 -0400
- Subject: Problem with new option handling?
During a bootstrap of current mainline on powerpc-apple-darwin6.6, I
get the following messages:
stage1/xgcc -Bstage1/ -B/usr/local/powerpc-apple-darwin6.6/bin/ -c
-mdynamic-no-pic -gnatpg -gnata -I- -I. -Iada
-I/Users/bosch/gcc/gcc/ada /Users/bosch/gcc/gcc/ada/ada.ads -o
ada/ada.o
gnat1: warning: `-gnatpg': unknown or unsupported -g option
gnat1: warning: `-gnata': unknown or unsupported -g option
gnat1: warning: `-gnatO': unknown or unsupported -g option
This looks like fallout of the new option handling. Neil, do you
have an idea what's going wrong here? Thanks in advance.
-Geert