From ce23c5d8aae52471bedb91a1db94e2fe06b8a718 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 14 Dec 2007 15:32:38 +0000 Subject: [PATCH] Fix LD variable for unix target in configure --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index c450a97..cdd9902 100755 --- a/configure +++ b/configure @@ -309,6 +309,10 @@ if [ "$SUB_TARGET" = "win32" ]; then SUB_PROG_CFLAGS="-mno-cygwin" fi +if [ "$SUB_TARGET" = "unix" ]; then + LD=gcc +fi + #### CAN_DRIVER #### if [ "$SUB_CAN_DRIVER" = "peak_linux" ]; then -- 2.39.2