This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: what's up with automake?


> 
> rc.gcc/libstdc++-v3/src -I.. 1 -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implic
>                              ^
> This looks like it is part of CXXFLAGS, passed down from top-level configure.

Correction. This looks like it's from INCLUDES. . . for some reason 
src/Makefile.in has:

INCLUDES = 1

which is odd, considering src/Makefile.am has:

INCLUDES = \
	-D_GNU_SOURCE -nostdinc++ -I$(top_srcdir) \
	$(CSHADOW_INCLUDES) $(LIBIO_INCLUDES) \
	$(CONFIG_INCLUDES) $(TOPLEVEL_INCLUDES)	



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