aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc')
-rw-r--r--util/crossgcc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
new file mode 100644
index 0000000000..6aa07d6a2c
--- /dev/null
+++ b/util/crossgcc/Makefile
@@ -0,0 +1,9 @@
+all: build
+
+build:
+ ./buildgcc
+
+clean:
+ rm -rf xgcc
+
+.PHONY: all build clean