summaryrefslogtreecommitdiff
path: root/exec/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-10-25 10:30:21 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-01 10:45:30 +0100
commitc38a10bca63e4fea5573dccf4caa9d17e325a6d8 (patch)
tree5ec79a755d436d255f12c5214db9637de5128772 /exec/Makefile
parent87c02e03c4ae40e5e96792f67d7aad09b7f50935 (diff)
exec: Remove the remaining BFD related bits
* exec/Makefile: Remove commented out lines related to BFD. * exec/hostarch.c: Remove all BFD related code. * exec/main.c: Likewise.
Diffstat (limited to 'exec/Makefile')
-rw-r--r--exec/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile
index 890ee4b9..3ef742dd 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -26,7 +26,6 @@ OBJS = main.o hostarch.o exec.o hashexec.o \
target = exec
#targets = exec exec.static
-#OTHERLIBS = -lbfd -liberty
HURDLIBS = trivfs fshelp iohelp ports ihash shouldbeinlibc
OTHERLIBS = -lpthread
@@ -34,6 +33,4 @@ exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h
include ../Makeconf
-CPPFLAGS += # -DBFD
-
exec.static exec: $(OBJS) $(library_deps)