mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-23 02:10:01 +00:00
porting/nuttx; Fix error: unrecognized command-line option '-m32'
-m32 is supported by x64 toolchain, not arm-none-eabi-gcc Signed-off-by: Xiang Xiao <[email protected]>
This commit is contained in:
@@ -48,8 +48,7 @@ INC = \
|
||||
|
||||
INCLUDES := $(addprefix -I, $(INC))
|
||||
|
||||
CFLAGS += \
|
||||
$(NIMBLE_CFLAGS) \
|
||||
CFLAGS += \
|
||||
$(INCLUDES) \
|
||||
$(TINYCRYPT_CFLAGS) \
|
||||
-DNIMBLE_CFG_CONTROLLER=0 -DOS_CFG_ALIGN_4=4 -DOS_CFG_ALIGNMENT=4 \
|
||||
|
||||
Reference in New Issue
Block a user