head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.04.23.14.27.21;	author culot;	state dead;
branches;
next	1.1;

1.1
date	2011.09.07.05.22.05;	author culot;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 20120301 (corresponding to gcc 4.6.3)

PR:		ports/166719
Submitted by:	John Marino <draco@@marino.st> (maintainer)
@
text
@--- configure.orig	2011-07-18 00:12:43.000000000 +0200
+++ configure	2011-07-18 00:13:35.000000000 +0200
@@@@ -3233,7 +3233,7 @@@@
     libgloss_dir=arm
     ;;
   arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
-    noconfigdirs="$noconfigdirs target-libffi target-qthreads"
+    noconfigdirs="$noconfigdirs target-libffi target-qthreads target-libstdc++-v3"
     libgloss_dir=arm
     ;;
   arm*-*-linux-gnueabi)
@


1.1
log
@The gnatdroid-armv5 port builds a C/Ada cross-compiler based on GCC 4.6 that
targets the Android operating system (version 2.3, API level 9) running on
ARM architecture (version 5).  This produces binaries that run natively on
Android devices as well as the Android SDK emulator.

WWW: http://www.dragonlace.net

PR:		ports/160426
Submitted by:	John Marino <freebsdml@@marino.st>
@
text
@@

