mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Remove explicitly linking against -lc on linux as it could break backwards binary compatibility. Linking using gcc/g++ should automatically link against libc.
Thanks to Franz.Sirl-kernel@lauterbach.com for the patch. Bug #72766 r=wtc,cls
This commit is contained in:
parent
f22650c3cf
commit
e6bc900e3a
@ -870,7 +870,6 @@ case "$target" in
|
||||
AC_DEFINE(_POSIX_SOURCE)
|
||||
AC_DEFINE(_SVID_SOURCE)
|
||||
TARGET_NSPR_MDCPUCFG='\"md/_linux.cfg\"'
|
||||
LIBS="$LIBS -lc"
|
||||
|
||||
case "${target_cpu}" in
|
||||
alpha*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user