Fixed problem with nasm hidden visibility detection
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401909
This commit is contained in:
parent
cb4f15a094
commit
5b2feecb99
1 changed files with 2 additions and 1 deletions
|
@ -622,7 +622,8 @@ AC_HELP_STRING([--enable-nasm], [use nasm assembly blitters on x86 [[default=yes
|
|||
NASMFLAGS="$NASMFLAGS -i $srcdir/src/hermes/"
|
||||
|
||||
dnl See if hidden visibility is supported
|
||||
echo 'GLOBAL _bar:function hidden' > nasm_vis.asm
|
||||
echo "GLOBAL _bar:function hidden" > nasm_vis.asm
|
||||
echo "_bar:" >>nasm_vis.asm
|
||||
if $NASM $NASMFLAGS nasm_vis.asm -o nasm_vis.o >&AS_MESSAGE_LOG_FD 2>&1; then
|
||||
NASMFLAGS="$NASMFLAGS -DHIDDEN_VISIBILITY"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue