# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1542530010 0
# Node ID 69e52afc01d51963a21e0f4cbe0a342d9cbd1588
# Parent  9f191ca0051f45bad3d97cd3b6b0f6eb7230928b
configs/* except classic: rebuild tif_na7_db_{fl,ir} from source

The purpose of this change is to allow a TRACEMASK_IN_FFS=1 setting given
on the configure line to have effect; all configs except classic are
included because this feature setting is orthogonal to the choice of
G23M PS version and other config choices.  (The classic config is an
exception because its very purpose is to preserve a reference config
with all of the original blobs.)

Note that even though we are switching these TIF libraries from blobs
to recompilation from source in all configs, our source for these libs
compiles into a perfect match to the original blobs in the current default
TRACEMASK_IN_FFS=0 configuration, hence there is no effective change
beyond the unfortunate small increase in compilation times.

diff -r 9f191ca0051f -r 69e52afc01d5 configs/2092
--- a/configs/2092	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/2092	Sun Nov 18 08:33:30 2018 +0000
@@ -92,8 +92,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers
diff -r 9f191ca0051f -r 69e52afc01d5 configs/hybrid
--- a/configs/hybrid	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/hybrid	Sun Nov 18 08:33:30 2018 +0000
@@ -83,8 +83,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers
diff -r 9f191ca0051f -r 69e52afc01d5 configs/hybrid-nogprs
--- a/configs/hybrid-nogprs	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/hybrid-nogprs	Sun Nov 18 08:33:30 2018 +0000
@@ -66,8 +66,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers
diff -r 9f191ca0051f -r 69e52afc01d5 configs/hybrid-ui
--- a/configs/hybrid-ui	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/hybrid-ui	Sun Nov 18 08:33:30 2018 +0000
@@ -87,8 +87,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers
diff -r 9f191ca0051f -r 69e52afc01d5 configs/hybrid-ui-vo
--- a/configs/hybrid-ui-vo	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/hybrid-ui-vo	Sun Nov 18 08:33:30 2018 +0000
@@ -67,8 +67,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers
diff -r 9f191ca0051f -r 69e52afc01d5 configs/hybrid-vpm
--- a/configs/hybrid-vpm	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/hybrid-vpm	Sun Nov 18 08:33:30 2018 +0000
@@ -62,8 +62,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers
diff -r 9f191ca0051f -r 69e52afc01d5 configs/l1reconst
--- a/configs/l1reconst	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/l1reconst	Sun Nov 18 08:33:30 2018 +0000
@@ -84,8 +84,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers
diff -r 9f191ca0051f -r 69e52afc01d5 configs/l1reconst-bl
--- a/configs/l1reconst-bl	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/l1reconst-bl	Sun Nov 18 08:33:30 2018 +0000
@@ -80,8 +80,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers
diff -r 9f191ca0051f -r 69e52afc01d5 configs/l1reconst-chg
--- a/configs/l1reconst-chg	Sun Nov 18 08:09:17 2018 +0000
+++ b/configs/l1reconst-chg	Sun Nov 18 08:33:30 2018 +0000
@@ -80,8 +80,8 @@
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 blob_lib_gpf osx_na7_db
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
-blob_lib_gpf tif_na7_db_fl
-blob_lib_gpf tif_na7_db_ir
+build_lib    tif_na7_db_fl
+build_lib    tif_na7_db_ir
 lib_link_magic '(BSS_LIBS (.bss) CONST_LIBS (.text, .const))'
 
 # core drivers