Reverting back to default value of MKARZERO

The value was changed to no for cross-building as the old binutils
could not handle the required flag. As this is now possible, the
default is restored.

This flags make sure that AR zeroes out some timestamps and uid/gid
fields in libraries, which would change for every build of the
library otherwise, preventing comparison between to builds.
This commit is contained in:
Lionel Sambuc 2013-01-13 20:06:31 +01:00
parent ebae0113f8
commit 13c63491af

View file

@ -542,7 +542,7 @@ initdefaults()
# Set MKARZERO to "yes"
#
setmakeenv MKARZERO "no"
setmakeenv MKARZERO "yes"
}