|
@@ -56,6 +56,7 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
|
# to compile vs uClibc, that can be done here as well.
|
|
# to compile vs uClibc, that can be done here as well.
|
|
CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
|
|
CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
|
|
CROSS_COMPILE ?= $(CROSS)
|
|
CROSS_COMPILE ?= $(CROSS)
|
|
|
|
+LD = $(CC)
|
|
HOSTCC = gcc
|
|
HOSTCC = gcc
|
|
|
|
|
|
# check if compiler option is supported
|
|
# check if compiler option is supported
|