summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cc.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cc.mk b/src/cc.mk
new file mode 100644
index 0000000..64a4d34
--- /dev/null
+++ b/src/cc.mk
@@ -0,0 +1,9 @@
+# This file is part of MXE. See LICENSE.md for licensing information.
+
+PKG := cc
+$(PKG)_WEBSITE := https://mxe.cc
+$(PKG)_DESCR := Dependency package for cross libraries
+$(PKG)_VERSION := 1
+$(PKG)_DEPS := gcc
+$(PKG)_OO_DEPS = pkgconf $(MXE_REQS_PKGS)
+$(PKG)_TYPE := meta