diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-11-28 20:57:40 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-07 15:38:18 +0100 |
commit | 45f735576a92bf50b431f28425e0b4b4a8da8ec6 (patch) | |
tree | 8ce3875f83978e220c1c677bc73dd3c1eff39c87 /startup/Makefile | |
parent | 07db92f65a7b49f97bc43ed94ff02586b75e21c6 (diff) |
startup: disable default payload to port mapping
startup does not use libports. Therefor, it is not necessary to use the
default payload to port translation function.
* startup/Makefile (MIGSFLAGS): Disable the default payload to port
translation function.
Diffstat (limited to 'startup/Makefile')
-rw-r--r-- | startup/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/startup/Makefile b/startup/Makefile index 23d35cb5..ee2ecdd5 100644 --- a/startup/Makefile +++ b/startup/Makefile @@ -25,6 +25,10 @@ OBJS = $(SRCS:.c=.o) \ target = startup HURDLIBS = shouldbeinlibc +# startup does not use libports. Disable the default payload to port +# conversion. +MIGSFLAGS="-DHURD_DEFAULT_PAYLOAD_TO_PORT=1" + include ../Makeconf mung_msg_S.h: msg_S.h |