mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #1905 - Part 3d - Report GNU AS when the system "as" is LLVM-as. LLVM as is generally compatible with GNU, this should allow ICU to build on ARM Macs.
This commit is contained in:
parent
02ceb3e1a3
commit
ccdf07735a
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ if test "$CC_TYPE" = "gcc"; then
|
|||
GNU_CXX=1
|
||||
fi
|
||||
|
||||
if test "`echo | $AS -o conftest.out -v 2>&1 | grep -c GNU`" != "0"; then
|
||||
if test "`echo | $AS -o conftest.out -v 2>&1 | grep -c GNU|LLVM`" != "0"; then
|
||||
GNU_AS=1
|
||||
fi
|
||||
rm -f conftest.out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue