]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386: fix ChangeLog entry
authorSam James <sam@gentoo.org>
Sun, 24 Aug 2025 03:09:13 +0000 (04:09 +0100)
committerSam James <sam@gentoo.org>
Sun, 24 Aug 2025 03:09:30 +0000 (04:09 +0100)
Fix a typo in the ChangeLog entry from r16-3355-g96a291c4bb0b8a.

gcc/ChangeLog

index f9f4bfe769c2598bb31c27526e0869f27ca0cfec..3c42fa209f547143d9712205c19626a92c2c2995 100644 (file)
@@ -2,7 +2,7 @@
 
        PR target/120933
        * config.gcc (supported_defaults): Add tls for i386, x86_64.
-       * config/i386/i386.h (host_detect_local_cpu): Add tls.
+       * config/i386/i386.h (OPTION_DEFAULT_SPECS): Add tls.
        * doc/install.texi: Document --with-tls= for i386, x86_64.
 
 2025-08-23  John Ericson  <git@JohnEricson.me>