mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
SConscript: trivial string concat cleanup
This commit is contained in:
parent
96b57efbfe
commit
15d55061db
@ -104,9 +104,9 @@ env.Replace(
|
||||
'-nostdlib '
|
||||
'-std=gnu99 -Wall -Werror -Wdouble-promotion -Wpointer-arith '
|
||||
'-mthumb -mtune=cortex-m4 -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard '
|
||||
'-fsingle-precision-constant -fdata-sections -ffunction-sections ' +
|
||||
'-fstack-protector-all ' +
|
||||
CCFLAGS_MOD,
|
||||
'-fsingle-precision-constant -fdata-sections -ffunction-sections '
|
||||
'-fstack-protector-all '
|
||||
+ CCFLAGS_MOD,
|
||||
CCFLAGS_QSTR='-DNO_QSTR -DN_X64 -DN_X86 -DN_THUMB',
|
||||
LINKFLAGS='-nostdlib -T embed/boardloader/memory.ld --gc-sections',
|
||||
CPPPATH=[
|
||||
|
@ -121,9 +121,9 @@ env.Replace(
|
||||
'-nostdlib '
|
||||
'-std=gnu99 -Wall -Werror -Wdouble-promotion -Wpointer-arith '
|
||||
'-mthumb -mtune=cortex-m4 -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard '
|
||||
'-fsingle-precision-constant -fdata-sections -ffunction-sections ' +
|
||||
'-fstack-protector-all ' +
|
||||
CCFLAGS_MOD,
|
||||
'-fsingle-precision-constant -fdata-sections -ffunction-sections '
|
||||
'-fstack-protector-all '
|
||||
+ CCFLAGS_MOD,
|
||||
CCFLAGS_QSTR='-DNO_QSTR -DN_X64 -DN_X86 -DN_THUMB',
|
||||
LINKFLAGS='-nostdlib -T embed/bootloader/memory.ld --gc-sections',
|
||||
CPPPATH=[
|
||||
|
@ -322,8 +322,8 @@ env.Replace(
|
||||
'-nostdlib '
|
||||
'-std=gnu99 -Wall -Werror -Wdouble-promotion -Wpointer-arith '
|
||||
'-mthumb -mtune=cortex-m4 -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard '
|
||||
'-fsingle-precision-constant -fdata-sections -ffunction-sections ' +
|
||||
CCFLAGS_MOD,
|
||||
'-fsingle-precision-constant -fdata-sections -ffunction-sections '
|
||||
+ CCFLAGS_MOD,
|
||||
CCFLAGS_QSTR='-DNO_QSTR -DN_X64 -DN_X86 -DN_THUMB',
|
||||
CCFLAGS_OPT='-O3',
|
||||
LINKFLAGS='-nostdlib -T embed/firmware/memory.ld --gc-sections',
|
||||
|
Loading…
Reference in New Issue
Block a user