commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 52/64: startup: disable default payload to port mapping


From: Samuel Thibault
Subject: [hurd] 52/64: startup: disable default payload to port mapping
Date: Wed, 10 Dec 2014 15:17:08 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 45f735576a92bf50b431f28425e0b4b4a8da8ec6
Author: Justus Winter <address@hidden>
Date:   Thu Nov 28 20:57:40 2013 +0100

    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.
---
 startup/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/startup/Makefile b/startup/Makefile
index 23d35cb..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

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]