src/main/resources/make/gcc.mk

changeset 180
93b2368451f6
parent 131
7241d072ace4
child 181
7122ebb40557
--- a/src/main/resources/make/gcc.mk	Wed Dec 24 14:25:24 2025 +0100
+++ b/src/main/resources/make/gcc.mk	Thu Jan 08 18:16:15 2026 +0100
@@ -2,6 +2,11 @@
 # gcc toolchain config
 #
 
+# How to use:
+#  - remove empty assignments and variables that you do not need
+#  - optionally: add toolchain specific variables and/or options
+#  - or: remove this file entirely (cc.mk or defaults will apply)
+#  - remove this comment
 CFLAGS =
 CXXFLAGS =
 DEBUG_CFLAGS = -g

mercurial