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:
parent
ebae0113f8
commit
13c63491af
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -542,7 +542,7 @@ initdefaults()
|
||||||
|
|
||||||
# Set MKARZERO to "yes"
|
# Set MKARZERO to "yes"
|
||||||
#
|
#
|
||||||
setmakeenv MKARZERO "no"
|
setmakeenv MKARZERO "yes"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue