From 5592e5f0971029b4d0445f1afb7e0ce05eb89621 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 17 Jan 2016 20:50:56 +0100 Subject: Also build exec.static Which can be more convenient than using ld.so to boot the Hurd * exec/Makefile (targets): Add exec.static --- exec/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3