crossgcc: invoke buildgcc with bash, instead of relying on #!/bin/bash
[coreboot.git] / util / crossgcc / Makefile
index 6aa07d6a2c6ca89911cb3342f7396a08ba7a6e35..8fe9c54cd8ce2f9df41413122c2fc7b2f0306541 100644 (file)
@@ -1,7 +1,11 @@
 all: build
 
 build:
-       ./buildgcc
+       bash ./buildgcc
+
+.PHONY: build-without-gdb
+build-without-gdb:
+       bash ./buildgcc --skip-gdb
 
 clean:
        rm -rf xgcc