mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
Revert "sim/make: fix macos sim:nsh make break, no -mcmodel in clang"
This reverts commit 56c920ce5d.
Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
@@ -149,8 +149,8 @@ ifeq ($(CONFIG_SIM_M32),y)
|
||||
ARCHCFLAGS += -m32
|
||||
ARCHCXXFLAGS += -m32
|
||||
else
|
||||
ARCHCFLAGS += -fno-pic -mcmodel=large
|
||||
ARCHCXXFLAGS += -fno-pic -mcmodel=large
|
||||
ARCHCFLAGS += -fno-pic -mcmodel=medium
|
||||
ARCHCXXFLAGS += -fno-pic -mcmodel=medium
|
||||
endif
|
||||
|
||||
# LLVM style architecture flags
|
||||
|
||||
Reference in New Issue
Block a user