diff options
author | Justus Winter <justus@gnupg.org> | 2016-04-26 19:12:17 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-04-28 19:01:31 +0200 |
commit | 6620d8b801c4683bf81fc419484d64530ba126ba (patch) | |
tree | 9f6b2ea9202e4b1b4442dd51cd935d4a945f6cc7 /startup/Makefile | |
parent | 1c0dc88f5411451ba1acd7e41a5d362fdd947586 (diff) | |
download | hurd-6620d8b801c4683bf81fc419484d64530ba126ba.tar.gz hurd-6620d8b801c4683bf81fc419484d64530ba126ba.tar.bz2 hurd-6620d8b801c4683bf81fc419484d64530ba126ba.zip |
startup: use the generated default server implementations
* startup/Makefile: Set appropriate flags.
* startup/startup.c: Drop most stub functions.
Diffstat (limited to 'startup/Makefile')
-rw-r--r-- | startup/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/startup/Makefile b/startup/Makefile index db062ada..bda3ffb3 100644 --- a/startup/Makefile +++ b/startup/Makefile @@ -28,6 +28,9 @@ HURDLIBS = shouldbeinlibc # startup does not use libports. Disable the default payload to port # conversion. MIGSFLAGS="-DHURD_DEFAULT_PAYLOAD_TO_PORT=1" +notify-MIGSFLAGS="-DNOTIFY_IMPORTS=import <hurd.h>;" +notifyServer-CFLAGS="-DMIG_EOPNOTSUPP=EOPNOTSUPP" +fsysServer-CFLAGS="-DMIG_EOPNOTSUPP=EOPNOTSUPP" fsServer-CFLAGS="-DMIG_EOPNOTSUPP=EOPNOTSUPP" ioServer-CFLAGS="-DMIG_EOPNOTSUPP=EOPNOTSUPP" |