crossgcc: invoke buildgcc with bash, instead of relying on #!/bin/bash

Change-Id: I09192e57e2535b2f8f98cabeb755f10c5520c499
Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Reviewed-on: http://review.coreboot.org/151
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
This commit is contained in:
Jonathan A. Kollasch 2011-08-11 14:48:28 -05:00 committed by Patrick Georgi
parent f44bb4f4c1
commit 4b8f779278
1 changed files with 2 additions and 2 deletions

View File

@ -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