Browse Source

Changed Build-Pkg to take .patch.toolchain instead of .patch.cross0 to be applied only atstage toolchain.

misl/sde-wrapper
Alejandro Mery 17 years ago
parent
commit
c6a4c6a60d
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      scripts/Build-Pkg

+ 5
- 5
scripts/Build-Pkg

@ -399,12 +399,12 @@ targetdir="$base/target/$target"
detect_patchfiles
if atstage toolchain; then
var_append patchfiles ' ' "`ls $confdir/*.patch.cross0{,.$arch} \
2>/dev/null | tr '\n' ' '`"
fi
if [ "$toolsdir" == "tools.cross" ]; then
if atstage toolchain; then
var_append patchfiles ' ' "`ls $confdir/*.patch.toolchain{,.$arch} \
2>/dev/null | tr '\n' ' '`"
fi
var_append patchfiles ' ' "`ls $confdir/*.patch.cross{,.$arch} \
2>/dev/null | tr '\n' ' '`"
fi

Loading…
Cancel
Save