test/make/toolchain.sh

changeset 69
96d8badffe58
parent 66
dc758dcd4645
child 70
d79fc765fd4a
--- a/test/make/toolchain.sh	Wed Sep 20 18:41:58 2023 +0200
+++ b/test/make/toolchain.sh	Thu Sep 21 18:02:30 2023 +0200
@@ -167,6 +167,8 @@
   echo >> "$1"
   if [ -f "make/${TOOLCHAIN_NAME}.mk" ]; then
     cat "make/${TOOLCHAIN_NAME}.mk" >> "$1"
+  elif [ -f "make/cc.mk" ]; then
+    cat "make/cc.mk" >> "$1"
   else
     echo "!!! WARNING !!! Default toolchain flags not found. Configuration might be incomplete."
   fi

mercurial