summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 3d68b1c..f152cf9 100755
--- a/configure
+++ b/configure
@@ -168,7 +168,7 @@ for opt do
;;
--help|-h) show_help="yes"
;;
- *) echo "configure: unrecognized option $opt"; exit 1
+ *) echo "configure: WARNING: unrecognized option $opt"
;;
esac
done
@@ -352,6 +352,7 @@ echo "Doc directory $docdir"
echo "Target root prefix $sysroot"
echo "Source path $source_path"
echo "C compiler $cc"
+echo "Target OS $targetos"
echo "CPU $cpu"
echo "Big Endian $bigendian"
echo "gprof enabled $gprof"
@@ -425,6 +426,7 @@ else
echo "Unsupported CPU"
exit 1
fi
+echo "TARGETOS=$targetos" >> config.mak
if test "$noldl" = "yes" ; then
echo "CONFIG_NOLDL=yes" >> config.mak
fi