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

Re: [PATCH] SYSROOT subdir support


On Fri, 2003-05-09 at 13:30, gp@qnx.com wrote:
> Here is the revised patch.  Please let me know.

This is OK, and I'm a idiot for taking so long to respond.  I'll have to
look at the QNX specific patches next.

Your xstrdup calls are missing a space before the open parentheses.

The ChangeLog entry you provided is not in the normal form.  It should
mention each function/macro modified or added.  So it should look
something like this.

2003-06-05  Graeme Peterson <gp@qnx.com>

	* gcc.c (target_sysroot_suffix, target_sysroot_hrds_suffix,
	SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC,
	sysroot_suffix_spec, sysroot_hdrs_suffix_spec): New.
	(static_specs): Initialize new variables.
	(add_sysrooted_prefix, do_spec_1, main): Use new variables.
	* doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADEERS_SUFFIX_SPEC):
	New macros.



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