From 5f30f72443c11ca05d96453b5ba1a9bf5c597ef9 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 28 Jul 2014 20:05:53 +0300 Subject: [PATCH] config/options: cleanup --- config/options | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/options b/config/options index 3477917b95..3893786cf3 100644 --- a/config/options +++ b/config/options @@ -29,12 +29,6 @@ LINUX_DEPENDS="$PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf $ROOT/package . $PROJECT_DIR/$PROJECT/options fi -# Target system library C (eglibc) - TARGET_LIBC="eglibc" - -# Library strip - LIBSTRIP="yes" - # Need to point to your actual cc # If you have ccache installed, take care that LOCAL_CC don't point to it LOCAL_CC=`which gcc`