diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 17:04:49 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2024-09-17 17:04:49 +0200 |
| commit | 82df0c53accb8630fb8fbe35afc926f05152b26d (patch) | |
| tree | 711a2b62aa8dfb3aeeaaeb9d1fb8ac845c6f65cc /patches | |
| download | teachos-toolchain-82df0c53accb8630fb8fbe35afc926f05152b26d.tar.xz teachos-toolchain-82df0c53accb8630fb8fbe35afc926f05152b26d.zip | |
x86_64-elf: gcc 14.2.0
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/gcc-14.2.0-x86_64-elf.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/gcc-14.2.0-x86_64-elf.patch b/patches/gcc-14.2.0-x86_64-elf.patch new file mode 100644 index 0000000..2a8d0a5 --- /dev/null +++ b/patches/gcc-14.2.0-x86_64-elf.patch @@ -0,0 +1,10 @@ +--- gcc/config.gcc 2024-08-01 10:17:14.000000000 +0200 ++++ gcc/config.gcc 2024-09-16 14:03:02.049140896 +0200 +@@ -1933,6 +1933,7 @@ + tm_file="${tm_file} i386/unix.h i386/att.h elfos.h newlib-stdint.h i386/i386elf.h" + ;; + x86_64-*-elf*) ++ tmake_file="${tmake_file} i386/t-x86_64-elf" + tm_file="${tm_file} i386/unix.h i386/att.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h" + ;; + x86_64-*-rtems*) |
