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: introduce configure --with-sysroot


On Aug 22, 2002, Alexandre Oliva <aoliva@redhat.com> wrote:

> +	case '$(SYSTEM_HEADER_DIR)' in \
> +	'$(gcc_tooldir)'/*) $(SHELL) $(srcdir)/mkinstalldirs "$(libsubdir)"; \

@&#@&%#@ :-), I posted the wrong version of the patch :-(

The one I meant to post had double quotes around SYSTEM_HEADER_DIR and
gcc_tooldir, and that was the one that actually worked when tested.
The version with single quotes did not, since the expansion of
gcc_tooldir contains single quotes too.  Sorry.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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