瀏覽代碼

- fix whitespace

Bernhard Reutner-Fischer 18 年之前
父節點
當前提交
bc186d1e9a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -410,7 +410,7 @@ endif
 
 ifeq ($(LDSO_GNU_HASH_SUPPORT),y)
 # Be sure that binutils support it
-LDFLAGS_GNUHASH :=$(call check_ld,--hash-style=gnu)
+LDFLAGS_GNUHASH:=$(call check_ld,--hash-style=gnu)
 ifeq ($(LDFLAGS_GNUHASH),)
 $(error Your binutils don't support --hash-style option, while you want to use it)
 else