diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-23 11:11:57 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-23 11:11:57 +0200 |
| commit | 4807c388be1c16fec1b9cc3115beb5c4c8f9282f (patch) | |
| tree | 68f40d587fe92556f34dc8365793ac463dad257b /scripts/0500-build-target-gcc.sh | |
| parent | 0c19acb575193ab7506d63aca338fc4b90e45605 (diff) | |
| download | teachos-toolchain-4807c388be1c16fec1b9cc3115beb5c4c8f9282f.tar.xz teachos-toolchain-4807c388be1c16fec1b9cc3115beb5c4c8f9282f.zip | |
x86_64: optimize code generation
Diffstat (limited to 'scripts/0500-build-target-gcc.sh')
| -rwxr-xr-x | scripts/0500-build-target-gcc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/0500-build-target-gcc.sh b/scripts/0500-build-target-gcc.sh index e1ca9c7..913405f 100755 --- a/scripts/0500-build-target-gcc.sh +++ b/scripts/0500-build-target-gcc.sh @@ -11,6 +11,7 @@ PATH=/opt/bootstrap/bin:/opt/toolchain/bin:$PATH ../gcc-$GCC_VERSION/configure \ --disable-hosted-libstdcxx \ --disable-nls \ + --disable-tm-clone-registry \ --disable-wchar_t \ --enable-cxx-flags=-fno-exceptions \ --enable-default-pie \ |
