]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Git.pm: Support for perl/ being built by a different compiler
authorPetr Baudis <pasky@suse.cz>
Sun, 25 Jun 2006 01:47:03 +0000 (03:47 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:43 +0000 (17:14 -0700)
commit8d7f586f13f5aac31dca22b1d726e1583e180cb5
treef43ebef036411d09c79ca11deb89ab8bb2533ec1
parentde86e131b538a021c14d53c6cc98bd7f0330dc92
Git.pm: Support for perl/ being built by a different compiler

dst_ on #git reported that on Solaris 9, Perl was built by Sun CC
and perl/ is therefore being built with it as well, while the rest
of Git is built with gcc. The problem (the first one visible, anyway)
is that we passed perl/ even various gcc-specific options. This
separates those to a special variable.

This is not really meant for an application yet since it's not clear
if it will alone help anything.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile