[88365] trunk/dports/cross/arm-none-eabi-gdb/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 29 11:28:37 PST 2011


Revision: 88365
          http://trac.macports.org/changeset/88365
Author:   ryandesign at macports.org
Date:     2011-12-29 11:28:35 -0800 (Thu, 29 Dec 2011)
Log Message:
-----------
arm-none-eabi-gdb: use llvm-gcc-4.2 instead of clang; see #32696

Modified Paths:
--------------
    trunk/dports/cross/arm-none-eabi-gdb/Portfile

Modified: trunk/dports/cross/arm-none-eabi-gdb/Portfile
===================================================================
--- trunk/dports/cross/arm-none-eabi-gdb/Portfile	2011-12-29 19:20:33 UTC (rev 88364)
+++ trunk/dports/cross/arm-none-eabi-gdb/Portfile	2011-12-29 19:28:35 UTC (rev 88365)
@@ -25,6 +25,10 @@
 
 set crossgdb-target     arm-none-eabi
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 if {${configure.build_arch} == "ppc" || ${configure.build_arch} == "ppc64"} {
     notes "${name} does not support building on ${configure.build_arch}."
     pre-fetch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111229/57d1d7fb/attachment-0001.html>


More information about the macports-changes mailing list