head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2011.03.22.15.24.49;	author beat;	state dead;
branches;
next	1.1;

1.1
date	2011.03.01.21.57.17;	author beat;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 4.0
- Add PGO option to enable Profile-Guided Optimization [1].

PR:		ports/132231 [1] (based on)
Submitted by:	lioux@@ [1]
Thanks to:	andreast@@, Anonymous <swell.k AT gmail.com>, decke@@, jsa@@,
		swills@@ and all the testers for their feedback!
@
text
@--- js/ctypes/libffi/configure.orig	2010-07-22 23:54:58.000000000 +0200
+++ js/ctypes/libffi/configure	2010-08-05 07:34:44.000000000 +0200
@@@@ -21033,6 +21033,9 @@@@
   powerpc-*-aix* | rs6000-*-aix*)
 	TARGET=POWERPC_AIX; TARGETDIR=powerpc
 	;;
+  powerpc64-*-freebsd*)
+	TARGET=POWERPC; TARGETDIR=powerpc
+	;;
   powerpc-*-freebsd*)
 	TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
 	;;
@


1.1
log
@- Update to 3.6.14
- Add support for powerpc64 [1]

Submitted by:	andreast@@ [1]
@
text
@@

