mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
fix compilation of OPAL AsyncIP client code on new opalrtlinux3 64-bit targets
Thanks to Cory Paquet-Clouston (OPAL-RT) for the fix
This commit is contained in:
parent
b79436432a
commit
5a95fc0bd6
2 changed files with 4 additions and 3 deletions
|
@ -56,8 +56,8 @@ ifneq ($(RTLAB_ROOT),)
|
||||||
INCLUDES += -I$(RTLAB_ROOT)/common/include_target
|
INCLUDES += -I$(RTLAB_ROOT)/common/include_target
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CC_OPTS = -m32 -std=c99 -D_GNU_SOURCE -MMD
|
CC_OPTS = -std=c99 -D_GNU_SOURCE -MMD
|
||||||
LD_OPTS = -m32
|
LD_OPTS =
|
||||||
OBJS = main.o msg.o utils.o socket.o $(INTEL_OBJS)
|
OBJS = main.o msg.o utils.o socket.o $(INTEL_OBJS)
|
||||||
|
|
||||||
ifneq ($(PROTOCOL),)
|
ifneq ($(PROTOCOL),)
|
||||||
|
|
|
@ -110,3 +110,4 @@ sm_send_receive_DEBUG=OFF
|
||||||
sm_send_receive_XHP_ENABLE=FALSE
|
sm_send_receive_XHP_ENABLE=FALSE
|
||||||
[UserEnvVars]
|
[UserEnvVars]
|
||||||
PROTOCOL=VILLAS
|
PROTOCOL=VILLAS
|
||||||
|
RTLAB_INTEL_COMPILER=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue