From: Dominique d'Humieres Date: Fri, 13 Sep 2013 21:41:49 +0000 (+0000) Subject: Changelog entry for correction of thinko in the target pair X-Git-Tag: releases/gcc-4.9.0~4073 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e5e985e1e99e39513f9172845296e6aa7e1a9a7;p=thirdparty%2Fgcc.git Changelog entry for correction of thinko in the target pair filter for darwin. From-SVN: r202579 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e6836d804407..85cd3c66f148 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2013-10-13 Dominique Dhumieres + + * gcc-interface/Makefile.in: Fix darwin Filter to match on $target_os, + not $target_cpu. + 2013-10-11 Thomas Schwinge Olivier Hainque