Skip to content

Commit f152a36

Browse files
committed
Move to zephyr specific crosstool-ng repo
Move patches to crosstool-ng into the zephyr fork of crosstool-ng Signed-off-by: Kumar Gala <[email protected]>
1 parent 04bfc60 commit f152a36

9 files changed

+2
-1151
lines changed

go.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ "$TARGETS" == "all" ]; then
1212
TARGETS=${TARGETS}" tools"
1313
fi
1414

15-
COMMIT="3f461da11f1f8e9dcfdffef24e1982b5ffd10305"
15+
COMMIT="e5929d195ddd9ae719b14302af91ab96b4694ae5"
1616
GITDIR=${PWD}
1717
JOBS=$(python -c 'import multiprocessing as mp; print(mp.cpu_count())')
1818

@@ -53,11 +53,10 @@ for t in ${TARGETS}; do
5353
done
5454

5555
if [ ! -d "crosstool-ng" ]; then
56-
git clone https://github.com/crosstool-ng/crosstool-ng.git
56+
git clone https://github.com/zephyrproject-rtos/crosstool-ng.git
5757
echo "Patching tree"
5858
pushd crosstool-ng
5959
git checkout ${COMMIT}
60-
for p in ${GITDIR}/patches/*.patch; do patch -p1 < $p; done
6160
popd
6261
fi
6362

patches/0001-Add-newlib-nano-variant-configurations.patch

Lines changed: 0 additions & 245 deletions
This file was deleted.

0 commit comments

Comments
 (0)