[haiku-commits] r34916 - buildtools/trunk/gcc/libcpp

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 6 Jan 2010 14:37:08 +0100 (CET)

Author: mmu_man
Date: 2010-01-06 14:37:08 +0100 (Wed, 06 Jan 2010)
New Revision: 34916
Changeset: http://dev.haiku-os.org/changeset/34916/haiku

Modified:
   buildtools/trunk/gcc/libcpp/configure
   buildtools/trunk/gcc/libcpp/configure.ac
Log:
Patch by Johannes Wischert: Force a check for the need for long long for arm 
target. This should fix building the crosstools for arm on 32bit hosts.


Modified: buildtools/trunk/gcc/libcpp/configure
===================================================================
--- buildtools/trunk/gcc/libcpp/configure       2010-01-06 00:54:15 UTC (rev 
34915)
+++ buildtools/trunk/gcc/libcpp/configure       2010-01-06 13:37:08 UTC (rev 
34916)
@@ -8297,6 +8297,7 @@
 case $target in
        alpha*-*-* | \
        arm*-*-*eabi* | \
+       arm*-*-haiku* | \
        arm*-*-symbianelf* | \
        x86_64-*-* | \
        ia64-*-* | \

Modified: buildtools/trunk/gcc/libcpp/configure.ac
===================================================================
--- buildtools/trunk/gcc/libcpp/configure.ac    2010-01-06 00:54:15 UTC (rev 
34915)
+++ buildtools/trunk/gcc/libcpp/configure.ac    2010-01-06 13:37:08 UTC (rev 
34916)
@@ -115,6 +115,7 @@
 case $target in
        alpha*-*-* | \
        arm*-*-*eabi* | \
+       arm*-*-haiku* | \
        arm*-*-symbianelf* | \
        x86_64-*-* | \
        ia64-*-* | \


Other related posts:

  • » [haiku-commits] r34916 - buildtools/trunk/gcc/libcpp - revol