allow end users to modify linker used in makefiles, resolves #5375

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40300 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV
2011-01-27 22:30:25 +00:00
parent 550ffadf08
commit fe0019dda4
+1 -1
View File
@@ -79,7 +79,7 @@ endif
endif
# set the linker and linker flags
LD := gcc
LD ?= gcc
LDFLAGS += $(DEBUG)
# SETTING: set linker flags for each binary type