| author | François Revol <revol@free.fr> | 2010-01-06 13:37:08.0 +00:00:00 |
|---|---|---|
| committer | François Revol <revol@free.fr> | 2010-01-06 13:37:08.0 +00:00:00 |
| commit | 89726009beb14aa5d3fc51839c69ddce416757fe [patch] |
|
| tree | 5c613e63a329e364158cf11a7606f828dd96f24a |
|
| parent | 1c3ec1efb71fd9fae1a029d92b6d162a1921209b |
|
| download | 89726009beb14aa5d3fc51839c69ddce416757fe.tar.gz |
|
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.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@34916 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
gcc/libcpp/configure | 1 + gcc/libcpp/configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/gcc/libcpp/configure b/gcc/libcpp/configure index 5d70aed..5f07b4b 100755 --- a/gcc/libcpp/configure +++ b/gcc/libcpp/configure @@ -8297,6 +8297,7 @@ case $target in alpha*-*-* | \ arm*-*-*eabi* | \ arm*-*-haiku* | \ arm*-*-symbianelf* | \ x86_64-*-* | \ ia64-*-* | \ diff --git a/gcc/libcpp/configure.ac b/gcc/libcpp/configure.ac index 40f6271..e7552a9 100644 --- a/gcc/libcpp/configure.ac +++ b/gcc/libcpp/configure.ac @@ -115,6 +115,7 @@ case $target in alpha*-*-* | \ arm*-*-*eabi* | \ arm*-*-haiku* | \ arm*-*-symbianelf* | \ x86_64-*-* | \ ia64-*-* | \