]> Zhao Yanbai Git Server - minix.git/commitdiff
Reverting back to default value of MKARZERO
authorLionel Sambuc <lionel@minix3.org>
Sun, 13 Jan 2013 19:06:31 +0000 (20:06 +0100)
committerLionel Sambuc <lionel@minix3.org>
Thu, 17 Jan 2013 09:03:58 +0000 (10:03 +0100)
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.

build.sh

index 5da9995e1f252a6dac317c1f502e20f1101d3734..bded6a7f76771fb420f018b05b86e7c1e4ae5262 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -542,7 +542,7 @@ initdefaults()
 
        # Set MKARZERO to "yes"
        #
-       setmakeenv MKARZERO "no"
+       setmakeenv MKARZERO "yes"
 
 }