This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A patch for Makefile.in
- To: Andi Kleen <ak at muc dot de>
- Subject: Re: A patch for Makefile.in
- From: Andreas Schwab <schwab at issan dot informatik dot uni-dortmund dot de>
- Date: 29 Jul 1998 11:24:00 +0200
- Cc: law at cygnus dot com, egcs at cygnus dot com
- References: <19980727191235.A1438@kali.lrz-muenchen.de> <16090.901559939@hurl.cygnus.com> <19980727195448.A1504@kali.lrz-muenchen.de>
Andi Kleen <ak@muc.de> writes:
|> The idea was that if gcc installed it per default in $(execprefix)/bin then
|> a simple symlink would suffice for that. Currently it is a pain to keep
|> the /lib/cpp link up to date with the varying gcc-lib/.../../ directory
|> names.
Make /lib/cpp a simple script like this:
#!/bin/sh
exec $(${CC-gcc} -print-prog-name=cpp) "$@"
(Perhap add some error checks.)
--
Andreas Schwab "And now for something
schwab@issan.informatik.uni-dortmund.de completely different"
schwab@gnu.org