summaryrefslogtreecommitdiff
path: root/libre/pacman/makepkg.conf-riscv64-updguess.patch
blob: e918aa0ff0750ab449c832b3efa5d49d3bfbe5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- makepkg.conf.riscv64.orig	2021-06-30 09:36:21.928450500 +0200
+++ makepkg.conf.riscv64	2021-06-30 09:37:07.854455651 +0200
@@ -75,7 +75,7 @@ BUILDENV=(!distcc color !ccache check !s
 #   These are default values for the options=() settings
 #########################################################################
 #
-# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge debug)
+# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge debug !updguess)
 #  A negated option will do the opposite of the comments below.
 #
 #-- strip:      Strip symbols from binaries/libraries
@@ -86,8 +86,9 @@ BUILDENV=(!distcc color !ccache check !s
 #-- zipman:     Compress manual (man and info) pages in MAN_DIRS with gzip
 #-- purge:      Remove files specified by PURGE_TARGETS
 #-- debug:      Add debugging flags as specified in DEBUG_* variables
+#-- updguess:   Update config.guess and config.sub in the source tree
 #
-OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
+OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !updguess)
 
 #-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2
 INTEGRITY_CHECK=(md5)