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