diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-10-25 10:30:21 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-11-01 10:45:30 +0100 |
commit | c38a10bca63e4fea5573dccf4caa9d17e325a6d8 (patch) | |
tree | 5ec79a755d436d255f12c5214db9637de5128772 /exec/Makefile | |
parent | 87c02e03c4ae40e5e96792f67d7aad09b7f50935 (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/Makefile | 3 |
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) |