Kaydet (Commit) 76a5c65f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Duplicate "-Wl,-rpath-link," typo

Change-Id: I4d1feb61db753b150ec112579f5c493f9d1c1140
üst d3c70e68
......@@ -284,7 +284,7 @@ gb_Executable_LAYER := \
define gb_Executable__get_rpath
$(strip -Wl,-z,origin $(if $(1),'-Wl$(COMMA)-rpath$(COMMA)$(1)') -Wl,-rpath-link,-Wl,-rpath-link,$(INSTDIR)/ure/lib -Wl,-rpath-link,$(INSTDIR)/program)
$(strip -Wl,-z,origin $(if $(1),'-Wl$(COMMA)-rpath$(COMMA)$(1)') -Wl,-rpath-link,$(INSTDIR)/ure/lib -Wl,-rpath-link,$(INSTDIR)/program)
endef
define gb_Executable_get_rpath
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment