소스 검색

package/gcc/gcc-final: remove useless comment and empty variable

We typically don't define empty variables in Buildroot, and the
comment is a bit useless, so drop both.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Thomas Petazzoni 1 년 전
부모
커밋
47918e24b9
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      package/gcc/gcc-final/gcc-final.mk

+ 0 - 3
package/gcc/gcc-final/gcc-final.mk

@@ -146,9 +146,6 @@ endif
 
 HOST_GCC_FINAL_LIBS = libgcc_s libatomic
 
-# Handle the installation of libraries in /usr/lib
-HOST_GCC_FINAL_USR_LIBS =
-
 ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
 HOST_GCC_FINAL_USR_LIBS += libstdc++
 endif