aboutsummaryrefslogtreecommitdiffstats
path: root/bfd/test/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bfd/test/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/test/makefile b/bfd/test/makefile
index eb8576f..9414f84 100644
--- a/bfd/test/makefile
+++ b/bfd/test/makefile
@@ -3,7 +3,8 @@
CC?=gcc
CC=gcc
CC_FLAGS=-fpic -O0 -g -v --debug
-LD_FLAGS= -l bfd
+#LD_FLAGS= -l bfd
+LD_FLAGS=
TARGET=test
##################################RULES################################
.DEFAULT:all