mirror of
https://github.com/nasa/trick.git
synced 2025-06-05 00:50:58 +00:00
Create a separate directory for simulation compiliation.
ld -m32 is actually -melf_i386. refs #80
This commit is contained in:
parent
5d397ecf1c
commit
2ffcdcc12c
@ -102,7 +102,7 @@ ifeq ($(TRICK_FORCE_32BIT), 1)
|
|||||||
TRICK_CFLAGS += -m32
|
TRICK_CFLAGS += -m32
|
||||||
TRICK_CXXFLAGS += -m32
|
TRICK_CXXFLAGS += -m32
|
||||||
TRICK_LDFLAGS += -m32
|
TRICK_LDFLAGS += -m32
|
||||||
LD_PARTIAL += -m32
|
LD_PARTIAL += -melf_i386
|
||||||
endif
|
endif
|
||||||
|
|
||||||
IS_CC_CLANG = $(shell ${TRICK_CPPC} -xc /dev/null -dM -E | grep -c __clang__)
|
IS_CC_CLANG = $(shell ${TRICK_CPPC} -xc /dev/null -dM -E | grep -c __clang__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user