at master 858 B view raw
1{ 2 # TODO: fix up and send to upstream 3 "gcc/fix-collect2-paths.diff" = [ 4 { 5 after = "15"; 6 path = ../15; 7 } 8 ]; 9 10 # In Git: https://github.com/Ericson2314/gcc/tree/regular-dirs-in-libgcc-15 11 "libgcc/force-regular-dirs.patch" = [ 12 { 13 after = "15"; 14 path = ../15; 15 } 16 ]; 17 # In Git: https://github.com/Ericson2314/gcc/tree/regular-dirs-in-libssp-15 18 "libssp/force-regular-dirs.patch" = [ 19 { 20 after = "15"; 21 path = ../15; 22 } 23 ]; 24 # In Git: https://github.com/Ericson2314/gcc/tree/libstdcxx-force-regular-dirs-15 25 "libstdcxx/force-regular-dirs.patch" = [ 26 { 27 after = "15"; 28 path = ../15; 29 } 30 ]; 31 # In Git: https://github.com/Ericson2314/gcc/tree/libgfortran-force-regular-dirs-15 32 "libgfortran/force-regular-dirs.patch" = [ 33 { 34 after = "15"; 35 path = ../15; 36 } 37 ]; 38}