Submitter | baiyin cai |
---|---|
Date | 2010-07-16 02:42:12 |
Message ID | <AANLkTilQvLxByeMi_opsvZGZL-TKWsjONc7vXt4stgub@mail.gmail.com> |
Download | mbox | patch |
Permalink | /patch/1634/ |
State | Accepted |
Headers | show |
Comments
On Thu, Jul 15, 2010 at 8:42 PM, baiyin cai <caibaiyin.pku@gmail.com> wrote: > this patch is used for filo xcompile fix. > > Signed-off-by: Cai Bai Yin <caibaiyin.pku@gmail.com> Acked-by: Marc Jones <marcj303@gmail.com> r134
Patch
Index: util/xcompile/xcompile =================================================================== --- util/xcompile/xcompile (revision 133) +++ util/xcompile/xcompile (working copy) @@ -41,7 +41,7 @@ # This should be a loop over all supported architectures TARCH=i386 TWIDTH=32 -for gccprefixes in `pwd`/util/crossgcc/xgcc/bin/${TARCH}-elf- ${TARCH}-elf- ""; do +for gccprefixes in `pwd`/../../util/crossgcc/xgcc/bin/${TARCH}-elf- ${TARCH}-elf- ""; do if ! which ${gccprefixes}as 2>/dev/null >/dev/null; then continue fi
this patch is used for filo xcompile fix. Signed-off-by: Cai Bai Yin <caibaiyin.pku@gmail.com><caibaiyin.pku@gmail.com>