diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-25 09:08:25 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-25 09:08:25 +0200 |
commit | 119e88a452987cc8d64179a01b959473953c1138 (patch) | |
tree | 40503b1d10b8a9d31a25be841482379acefe605c | |
parent | 36689e93a0e156abb3beb9b3450b48d594efa755 (diff) | |
download | coreboot-119e88a452987cc8d64179a01b959473953c1138.tar.gz |
cc tweak #2
-rw-r--r-- | coreboot.git.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/coreboot.git.spec b/coreboot.git.spec index 392e35e..a0420cf 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -50,7 +50,10 @@ function do_build() { mkdir rpm.doc mkdir rpm.bin -unset CC # pick up coreboot toolchain in /usr/local/bin +# pick up coreboot toolchain in /usr/local/bin +PATH="/usr/local/bin:$PATH" +unset CC + do_build %{SOURCE10} coreboot-i440fx-seabios do_build %{SOURCE11} coreboot-i440fx-seabios-corevga do_build %{SOURCE12} coreboot-i440fx-tianocore |