mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +01:00
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
This commit is contained in:
1
gcc/libcpp/configure
vendored
1
gcc/libcpp/configure
vendored
@@ -8297,6 +8297,7 @@ fi
|
||||
case $target in
|
||||
alpha*-*-* | \
|
||||
arm*-*-*eabi* | \
|
||||
arm*-*-haiku* | \
|
||||
arm*-*-symbianelf* | \
|
||||
x86_64-*-* | \
|
||||
ia64-*-* | \
|
||||
|
||||
@@ -115,6 +115,7 @@ m4_changequote(,)
|
||||
case $target in
|
||||
alpha*-*-* | \
|
||||
arm*-*-*eabi* | \
|
||||
arm*-*-haiku* | \
|
||||
arm*-*-symbianelf* | \
|
||||
x86_64-*-* | \
|
||||
ia64-*-* | \
|
||||
|
||||
Reference in New Issue
Block a user