https://sourceware.org/bugzilla/show_bug.cgi?id=32580
--- Comment #5 from Sam James <sam at gentoo dot org> ---
I see one other issue so far (== is not POSIX):
```
--- a/ld/scripttempl/elf.sc
+++ b/ld/scripttempl/elf.sc
@@ -912,7 +912,7 @@ emit_large_bss()
return
fi
- if test "$1" == "0"; then
+ if test "$1" = "0"; then
if test -n "${LARGE_BSS_AFTER_BSS}"; then
return
fi
```
--
You are receiving this mail because:
You are on the CC list for the bug.
