blob: c6765ba00d2972af01cc851cfa9bc589908487f1 [file] [log] [blame]
Andrew Geissler09209ee2020-12-13 08:44:15 -06001The ldconfig auxiliary cache is a dictionary where the keys include inode, so
2there is no point in writing these files on the build host.
3
4Upstream-Status: Inappropriate
5Signed-off-by: Ross Burton <ross.burton@arm.com>
6
7diff --git a/ldconfig.c b/ldconfig.c
8index 2c4eb57..2d6dc92 100644
9--- a/ldconfig.c
10+++ b/ldconfig.c
11@@ -1399,8 +1399,6 @@ main (int argc, char **argv)
12 if (opt_build_cache)
13 {
14 save_cache (cache_file);
15- if (aux_cache_file)
16- save_aux_cache (aux_cache_file);
17 }
18
19 return 0;