diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-01-17 20:50:56 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-01-17 20:50:56 +0100 |
commit | 5592e5f0971029b4d0445f1afb7e0ce05eb89621 (patch) | |
tree | c49723fa9a99bad3372592dd0e71d872fb6306c9 /exec | |
parent | 25b0531e34e15f749bce1edb32f4e4e964b3c0d0 (diff) |
Also build exec.static
Which can be more convenient than using ld.so to boot the Hurd
* exec/Makefile (targets): Add exec.static
Diffstat (limited to 'exec')
-rw-r--r-- | exec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exec/Makefile b/exec/Makefile index 24062037..bb47a453 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -24,8 +24,7 @@ SRCS = exec.c main.c hashexec.c hostarch.c OBJS = main.o hostarch.o exec.o hashexec.o \ execServer.o exec_startupServer.o -target = exec -#targets = exec exec.static +targets = exec exec.static HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc LDLIBS = -lpthread |