diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-08 21:49:57 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-08 21:49:57 +0000 |
commit | 4fb3d3aff4379057494e38a6ec05dbb94b2bc2ec (patch) | |
tree | ac49b9786cd1bac52b42db8a18e2b8f303b04048 /exec | |
parent | 95304a5ba6dd3be0bc83116b8adf8466db3219c6 (diff) |
(OTHERLIBS, CPPFLAGS): Disable bfd by default.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/Makefile b/exec/Makefile index c19a8bb0..1f5bceeb 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -25,11 +25,11 @@ gzip-objects = unzip.o util.o inflate.o LCLHDRS = gzip.h crypt.h tailor.h target = exec DIST_FILES = core.c gcore.c hashexec.c -OTHERLIBS = -lbfd -liberty +#OTHERLIBS = -lbfd -liberty include ../Makeconf vpath lib%.a $(crossdir)/lib -CPPFLAGS += -DGZIP -DBFD +CPPFLAGS += -DGZIP # -DBFD |