openssl: don't override the CC passed at configure time

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-06-25 23:49:29 +02:00
parent e721a7c07e
commit 9d6610f58f

View File

@ -43,8 +43,8 @@ define OPENSSL_CONFIGURE_CMDS
endef
define OPENSSL_BUILD_CMDS
$(MAKE1) CC=$(TARGET_CC) -C $(@D) all build-shared
$(MAKE1) CC=$(TARGET_CC) -C $(@D) do_linux-shared
$(MAKE1) -C $(@D) all build-shared
$(MAKE1) -C $(@D) do_linux-shared
endef
define OPENSSL_INSTALL_STAGING_CMDS