4 lines
69 B
Bash
4 lines
69 B
Bash
|
|
#!/bin/sh
|
||
|
|
cd gcc-11.2.0
|
||
|
|
patch -p1 < ../gcc-karlos-target-11.2.0.diff
|