[Bug ada/50048] "cc1: note: obsolete option -I- used, please use -iquote instead" during bootstrap
nightstrike at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jun 21 19:16:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50048
nightstrike <nightstrike at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nightstrike at gmail dot
| |com
--- Comment #1 from nightstrike <nightstrike at gmail dot com> 2012-06-21 19:16:14 UTC ---
This is still a problem for 4.8.0. Offending lines are around line 270:
# Specify the directories to be searched for header files.
# Both . and srcdir are used, in that order,
# so that tm.h and config.h will be found in the compilation
# subdirectory rather than in the source directory.
INCLUDES = -I- -I. -I.. -I$(srcdir)/ada -I$(srcdir) -I$(srcdir)/../include
ADA_INCLUDES = -I- -I. -I$(srcdir)/ada
More information about the Gcc-bugs
mailing list