diff scripts/mkcomp-test.sh @ 172:2c61607bb3e3

build system: pass ACI version for headers to the component recipes
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Oct 2016 04:43:34 +0000
parents e0cf9a040fef
children 1da4c0cc9fc2
line wrap: on
line diff
--- a/scripts/mkcomp-test.sh	Tue Oct 11 07:44:31 2016 +0000
+++ b/scripts/mkcomp-test.sh	Wed Oct 12 04:43:34 2016 +0000
@@ -21,12 +21,14 @@
 		GPF=gpf2
 		CDGINC=cdg211/cdginc
 		CDGPRIM=cdg211/prim
+		ACI=aci2
 		;;
 	3)
 		CONDAT=condat3
 		GPF=gpf3
 		CDGINC=cdg3/cdginc-conservative
 		CDGPRIM=cdg3/sap-inline
+		ACI=g23m-aci
 		;;
 	*)
 		echo "Error: bad TCSENV= setting" 1>&2
@@ -42,6 +44,6 @@
 GPRS=1
 SRVC=1
 
-export BUILD_DIR CDGINC CDGPRIM CONDAT GPF GPRS MMI SRVC USE_STR2IND
+export ACI BUILD_DIR CDGINC CDGPRIM CONDAT GPF GPRS MMI SRVC USE_STR2IND
 
 exec scripts/mk-component.sh "$@"