Liviu Nicoara wrote:
Martin Sebor wrote:
Liviu Nicoara wrote:
Martin Sebor wrote:
Did you quote the whole thing:
gmake CXXOPTS="-F <config-file>" LDOPTS="-F <config-file>" ...
A cursory look at toplevel GNUMakefile shows that CXXOPTS, CPPOPTS and
LDOPTS values are not saved in makefile.in. The easiest fix would be to
append their values to the corresponding ~FLAGS variables. I have not
tested it and I am not aware of any adverse effects.
What do you think?
I'm not sure. This is what we used to do but I changed it because
they get appended in makefile.common adding them to CXXFLAGS in
makefile.in will end up duplicated. I'll have to think about how
to do what you want w/o duplicating the options.
Martin