From: Lionel Sambuc Date: Sun, 13 Jan 2013 19:06:31 +0000 (+0100) Subject: Reverting back to default value of MKARZERO X-Git-Tag: v3.2.1~96 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=13c63491af048f0d3ae112b4befaa018dd8bb19d;p=minix.git 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. --- diff --git a/build.sh b/build.sh index 5da9995e1..bded6a7f7 100755 --- a/build.sh +++ b/build.sh @@ -542,7 +542,7 @@ initdefaults() # Set MKARZERO to "yes" # - setmakeenv MKARZERO "no" + setmakeenv MKARZERO "yes" }