From e9bcaf441ddf5f360d581cc89ef5443e7f811c1e Mon Sep 17 00:00:00 2001 From: Frank Vanbever Date: Fri, 10 Jan 2020 11:24:43 +0100 Subject: [PATCH] test for uClinux in configure script Signed-off-by: Frank Vanbever --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb79853d..33afa4c6 100644 --- a/configure.ac +++ b/configure.ac @@ -157,7 +157,7 @@ case $host in AC_DEFINE([MACOSX], [1], [Define if the operating system is Macintosh OSX]) PLATFORM="MacOSX" ;; - *-*-linux*) + *-*-linux* | *-*uclinux*) echo "Checking platform... Identified as Linux" AC_DEFINE([LINUX], [1], [Define if the operating system is LINUX]) PLATFORM="Linux"