comparison configure-gcc.sh @ 131:11aef23ec647

RVTMUX_ON_MODEM default moved from configure-*.sh to targets/*.conf
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 19 Nov 2018 06:08:48 +0000
parents 7f0681afe430
children 1f43655bb3e4
comparison
equal deleted inserted replaced
130:a312d83bb20c 131:11aef23ec647
78 ;; 78 ;;
79 *) 79 *)
80 echo "Error: DSP=$DSP setting not understood" 1>&2 80 echo "Error: DSP=$DSP setting not understood" 1>&2
81 exit 1 81 exit 1
82 esac 82 esac
83
84 # RVTMUX config default based on target
85
86 if [ "$TARGET" = c11x -o "$TARGET" = c139 -o "$TARGET" = c155 ]
87 then
88 RVTMUX_ON_MODEM=1
89 else
90 RVTMUX_ON_MODEM=0
91 fi
92 83
93 # miscellaneous configurable feature settings 84 # miscellaneous configurable feature settings
94 85
95 ALLOW_CSIM_GSM=1 86 ALLOW_CSIM_GSM=1
96 MEMSUPER=0 87 MEMSUPER=0