FreeCalypso > hg > fc-magnetite
comparison configure.sh @ 307:6d1eac845d3e
make it possible to enable SERIAL_DYNAMIC_SWITCH on the configure.sh line
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 02 Nov 2017 05:49:53 +0000 |
parents | 21d128939204 |
children | a05a9e88976f |
comparison
equal
deleted
inserted
replaced
306:67d1fd7c824c | 307:6d1eac845d3e |
---|---|
49 | 49 |
50 . "targets/$TARGET.conf" | 50 . "targets/$TARGET.conf" |
51 | 51 |
52 BUILD_DIR="build-$TARGET-$CONFIG" | 52 BUILD_DIR="build-$TARGET-$CONFIG" |
53 USE_STR2IND=0 | 53 USE_STR2IND=0 |
54 | |
55 # tunable feature settings | |
56 | |
57 SERIAL_DYNAMIC_SWITCH=0 | |
54 | 58 |
55 # allow the user to override these defaults | 59 # allow the user to override these defaults |
56 | 60 |
57 shift | 61 shift |
58 shift | 62 shift |
150 # invoke the configuration recipe | 154 # invoke the configuration recipe |
151 | 155 |
152 export BUILD_DIR TARGET USE_STR2IND | 156 export BUILD_DIR TARGET USE_STR2IND |
153 export DISABLE_SLEEP | 157 export DISABLE_SLEEP |
154 export INIT_blob | 158 export INIT_blob |
159 export SERIAL_DYNAMIC_SWITCH | |
155 | 160 |
156 SUBDIR= | 161 SUBDIR= |
157 LIBS= | 162 LIBS= |
158 SPECIAL_LINK_LIBS= | 163 SPECIAL_LINK_LIBS= |
159 current_lib= | 164 current_lib= |