Skip to content

Commit 1a6e09b

Browse files
committed
Avoid applying gcc patches
1 parent d71745d commit 1a6e09b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gcc.build.bash

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ pushd gcc
6363
#cat avr-mcus.def | awk -f genmultilib.awk FORMAT="Makefile" > t-multilib
6464
#popd
6565
pushd gcc
66-
for p in ../../avr-gcc-patches/*.patch
67-
do
68-
echo Applying $p
69-
patch -p1 < $p
70-
done
66+
#for p in ../../avr-gcc-patches/*.patch
67+
#do
68+
# echo Applying $p
69+
# patch -p1 < $p
70+
#done
7171
autoconf
7272
popd
7373
popd

0 commit comments

Comments
 (0)