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:
@@ -79,7 +79,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# set the linker and linker flags
|
# set the linker and linker flags
|
||||||
LD := gcc
|
LD ?= gcc
|
||||||
LDFLAGS += $(DEBUG)
|
LDFLAGS += $(DEBUG)
|
||||||
|
|
||||||
# SETTING: set linker flags for each binary type
|
# SETTING: set linker flags for each binary type
|
||||||
|
|||||||
Reference in New Issue
Block a user