dslinux/user/perl/ext/B/hints darwin.pl openbsd.pl

cayenne dslinux_cayenne at user.in-berlin.de
Mon Dec 4 17:59:08 CET 2006


Update of /cvsroot/dslinux/dslinux/user/perl/ext/B/hints
In directory antilope:/tmp/cvs-serv17422/ext/B/hints

Added Files:
	darwin.pl openbsd.pl 
Log Message:
Adding fresh perl source to HEAD to branch from

--- NEW FILE: openbsd.pl ---
# gcc -O3 (and -O2) get overly excited over B.c in OpenBSD 3.3/sparc 64
$self->{OPTIMIZE} = '-O1' if $Config{ARCH} eq 'sparc64';

--- NEW FILE: darwin.pl ---
# gcc -O3 (and -O2) get overly excited over B.c in MacOS X 10.1.4.
$self->{OPTIMIZE} = '-O1';




More information about the dslinux-commit mailing list