summaryrefslogtreecommitdiff
path: root/patches/gcc-14.2.0-x86_64-elf.patch
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-13 15:43:47 +0200
committerFelix Morgner <felix.morgner@ost.ch>2025-07-13 15:43:47 +0200
commit0d0dea1a8337595985c919d6329b01b38b0bd8d8 (patch)
tree6af97adb3876103ab825769ed54999162a66316d /patches/gcc-14.2.0-x86_64-elf.patch
parent771a1fabce59ee3614a578c894c46fc56d6db0ac (diff)
downloadteachos-toolchain-0d0dea1a8337595985c919d6329b01b38b0bd8d8.tar.xz
teachos-toolchain-0d0dea1a8337595985c919d6329b01b38b0bd8d8.zip
build: import jOS toolchain config
Diffstat (limited to 'patches/gcc-14.2.0-x86_64-elf.patch')
-rw-r--r--patches/gcc-14.2.0-x86_64-elf.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/patches/gcc-14.2.0-x86_64-elf.patch b/patches/gcc-14.2.0-x86_64-elf.patch
deleted file mode 100644
index 2a8d0a5..0000000
--- a/patches/gcc-14.2.0-x86_64-elf.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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*)