diff options
-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 |