aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/target-memory.cc
diff options
context:
space:
mode:
authorCostas Argyris <costas.argyris@gmail.com>2023-03-22 10:28:08 +0000
committerJonathan Yong <10walls@gmail.com>2023-03-24 02:35:55 +0000
commit08ef17c75777ef9e4e7ead132ccd7a6d03ae6020 (patch)
tree49e08e95b6d77efbdc173bf68c6a589d7d58ed70 /gcc/fortran/target-memory.cc
parentec92be4a4e037d88c2a340f6aed9c619a152de8b (diff)
downloadgcc-08ef17c75777ef9e4e7ead132ccd7a6d03ae6020.zip
gcc-08ef17c75777ef9e4e7ead132ccd7a6d03ae6020.tar.gz
gcc-08ef17c75777ef9e4e7ead132ccd7a6d03ae6020.tar.bz2
Fix native MSYS2 build failure [PR108865, PR109188]
Don't cause an error if the symbol is not found. When building natively as an MSYS2 package, some executables are borrowing the $(COMPILERS) flags and --require-defined=HOST_EXTRA_OBJS_SYMBOL is causing them to fail. These executables don't need that symbol, so make it optional such that they don't error out. The compilers will still look for it (and find it) with the desired effect of getting UTF-8 support. PR/PR108865 gcc/ChangeLog: * config/i386/x-mingw32-utf8: Make HOST_EXTRA_OBJS_SYMBOL optional. Signed-off-by: Jonathan Yong <10walls@gmail.com>
Diffstat (limited to 'gcc/fortran/target-memory.cc')
0 files changed, 0 insertions, 0 deletions