mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Do not use == as it is not portable. Use = instead.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13832
This commit is contained in:
parent
5428b4f7a2
commit
1db5bb0f39
@ -1961,7 +1961,7 @@ CFLAGS=$safe_CFLAGS
|
||||
# (Pedantically if the linker is gold then -Ttext is fine, but newer
|
||||
# gold versions also support -Ttext-segment. So just assume that unless
|
||||
# we can use -Ttext-segment we need to strip the build-id NOTEs.
|
||||
if test "x${linker_using_t_text}" == "xyes"; then
|
||||
if test "x${linker_using_t_text}" = "xyes"; then
|
||||
AC_MSG_NOTICE([ld -Ttext used, need to strip build-id NOTEs.])
|
||||
# does the linker support -Wl,--build-id=none ? Note, it's
|
||||
# important that we test indirectly via whichever C compiler
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user