FreeCalypso > hg > fc-magnetite
view scripts/config-luna.sh @ 672:3e4f212e5d49
targets/*.conf cleanup: remove unnecessary TPUDRV_blob= lines
MAIN_blob= and/or TPUDRV_blob= may be *optionally* defined in
targets/*.conf files; if either variable is defined, it means that
using the specified version of the blob library is allowed on this
target, albeit likely suboptimal; if the variable is not defined,
then using a blob is not an option and compilation from source is
required for this component.
MAIN_blob= and TPUDRV_blob= are now defaulted to empty in configure.sh,
thus there is no need to explicitly specify that using a blob is not
a valid option.
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 29 May 2020 03:11:16 +0000 |
| parents | e0d243b18f3b |
| children | 9dcc97616b30 |
line wrap: on
line source
#!/bin/sh set -ex ./configure.sh luna 2092 ./configure.sh luna 2092 UI_CONFIG=bigbw SUFFIX=-bw ./configure.sh luna 2092 UI_CONFIG=84x48 SUFFIX=-sm ./configure.sh luna 2092 DSAMPLE_FULL_COLOR=0 UI_CONFIG=bigbw SUFFIX=-bwh ./configure.sh luna 2092 DSAMPLE_FULL_COLOR=0 UI_CONFIG=84x48 SUFFIX=-smh ./configure.sh luna hybrid-ui ./configure.sh luna hybrid-ui-vo ./configure.sh luna hybrid-ui-vo UI_CONFIG=bigbw SUFFIX=-bw ./configure.sh luna hybrid-ui-vo UI_CONFIG=84x48 SUFFIX=-sm ./configure.sh luna hybrid-ui-vo DSAMPLE_FULL_COLOR=0 UI_CONFIG=bigbw SUFFIX=-bwh ./configure.sh luna hybrid-ui-vo DSAMPLE_FULL_COLOR=0 UI_CONFIG=84x48 SUFFIX=-smh
