Skip to content

Commit fdbe0f6

Browse files
committed
Apply Atmel patch to vanilla 7.3.0
1 parent 2e50068 commit fdbe0f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gcc.build.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ fi
5858
tar xfv gcc-7.3.0.tar.xz
5959
mv gcc-7.3.0 gcc
6060

61+
# Apply the right patchset
62+
cd gcc && patch -p1 < ../avr-gcc-patches/atmel-patches-gcc.7.3.0-arduino2.patch && cd ..
63+
6164
#pushd gcc
6265
#pushd gcc/config/avr/
6366
#sh genopt.sh avr-mcus.def > avr-tables.opt

0 commit comments

Comments
 (0)