Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5de83049 authored by Tyler Baker's avatar Tyler Baker Committed by Shuah Khan
Browse files

selftest/ipc: enable cross compilation



Use the CC variable instead of hard coding gcc.

Signed-off-by: default avatarTyler Baker <tyler.baker@linaro.org>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent ab923bb9
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -12,11 +12,7 @@ endif
CFLAGS += -I../../../../usr/include/
CFLAGS += -I../../../../usr/include/


all:
all:
ifeq ($(ARCH),x86)
	$(CC) $(CFLAGS) msgque.c -o msgque_test
	gcc $(CFLAGS) msgque.c -o msgque_test
else
	echo "Not an x86 target, can't build msgque selftest"
endif


TEST_PROGS := msgque_test
TEST_PROGS := msgque_test