summaryrefslogtreecommitdiff
path: root/src/arch/posix
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-09-17 10:08:20 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-09-17 10:08:20 +0200
commit99cea89d798b61398adf33cbc57c11d985ddab77 (patch)
tree5c706e8204986c67af095344e61f6537f44e19c9 /src/arch/posix
parent6b07fb11a75b86570912800da4272891031728d1 (diff)
Add #define for POSIX arch
Diffstat (limited to 'src/arch/posix')
-rw-r--r--src/arch/posix/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc
index 03402bc..cb4b46f 100644
--- a/src/arch/posix/Makefile.inc
+++ b/src/arch/posix/Makefile.inc
@@ -1,5 +1,7 @@
# vim:ft=make
+COMMON_FLAGS += -DMULTIPASS_ARCH_posix
+
CC = gcc
CXX = g++