This is the mail archive of the gcc-bugs@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]

[Bug ada/50048] New: "cc1: note: obsolete option -I- used, please use -iquote instead" during bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50048

             Bug #: 50048
           Summary: "cc1: note: obsolete option -I- used, please use
                    -iquote instead" during bootstrap
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ludovic@ludovic-brenta.org
              Host: i386-linux-gnu
            Target: i386-linux-gnu
             Build: i386-linux-gnu


During bootstrapping with ada enabled, I get this message multiple times:

cc1: note: obsolete option -I- used, please use -iquote instead

because of line 250 in gcc/ada/gcc-interface/Makefile.in.

Recent changes in the glibc header files have caused GCC to fail to bootstrap
on i386; see http://bugs.debian.org/637418.  Replacing -I- with -iquote as
suggested fixes this.


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