aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/crossgcc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 6aa07d6a2c..31f66569dd 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -3,6 +3,10 @@ all: build
build:
./buildgcc
+.PHONY: build-without-gdb
+build-without-gdb:
+ ./buildgcc --skip-gdb
+
clean:
rm -rf xgcc