diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-05-30 23:57:01 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-06-12 21:56:09 +0200 |
commit | 97fafb9adc0fc8a3610fe28e8394accf96ad0a9c (patch) | |
tree | c3b64011312398707ff113c1bfc1de75076c513e | |
parent | d6993ef3d0aa971ff8349b7c8073a22b215bec51 (diff) | |
download | buildroot-novena-97fafb9adc0fc8a3610fe28e8394accf96ad0a9c.tar.gz buildroot-novena-97fafb9adc0fc8a3610fe28e8394accf96ad0a9c.zip |
Remove unused variable definitions
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -223,16 +223,6 @@ HOST_LIBEXT:=.lib HOST_SHREXT:=.dll endif -# The preferred type of libs we build for the target -ifeq ($(BR2_PREFER_STATIC_LIB),y) -LIBTGTEXT=.a -#PREFERRED_LIB_FLAGS:=--disable-shared --enable-static -else -LIBTGTEXT=.so -#PREFERRED_LIB_FLAGS:=--disable-static --enable-shared -endif -PREFERRED_LIB_FLAGS:=--enable-static --enable-shared - ############################################################## # # The list of stuff to build for the target toolchain |