Add constants for fast path resume copying
[coreboot.git] / util / crossgcc / Makefile
index 31f66569ddebf1b6ac20247e1950ecf58ea679d7..b63cc061a53f39ec03903b5ac4052e0664bcef2a 100644 (file)
@@ -1,11 +1,11 @@
 all: build
 
 build:
-       ./buildgcc
+       bash ./buildgcc -G
 
 .PHONY: build-without-gdb
 build-without-gdb:
-       ./buildgcc --skip-gdb
+       bash ./buildgcc
 
 clean:
        rm -rf xgcc