diff options
author | Zac Walker <zacwalker@microsoft.com> | 2024-03-01 02:41:50 +0100 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2024-05-07 16:02:33 +0000 |
commit | 1f05dfc131c7996a85dd82b3300f7b5f93d4b1bd (patch) | |
tree | f5f93daf2356c97d5bd5cabb64561dd5e74bc103 /gcc/expr.cc | |
parent | 21fbaa1a2d274a36454332a6e10a496024bbc560 (diff) | |
download | gcc-1f05dfc131c7996a85dd82b3300f7b5f93d4b1bd.zip gcc-1f05dfc131c7996a85dd82b3300f7b5f93d4b1bd.tar.gz gcc-1f05dfc131c7996a85dd82b3300f7b5f93d4b1bd.tar.bz2 |
Reuse MinGW from i386 for AArch64
This patch creates a new config/mingw directory to share MinGW
related definitions, and moves there the corresponding existing files
from config/i386.
gcc/ChangeLog:
* config.gcc: Adjust targets after moving MinGW related files
from i386 to mingw folder.
* config/i386/cygming.opt: Move to...
* config/mingw/cygming.opt: ...here.
* config/i386/cygming.opt.urls: Move to...
* config/mingw/cygming.opt.urls: ...here.
* config/i386/cygwin-d.cc: Move to...
* config/mingw/cygwin-d.cc: ...here.
* config/i386/mingw-stdint.h: Move to...
* config/mingw/mingw-stdint.h: ...here.
* config/i386/mingw.opt: Move to...
* config/mingw/mingw.opt: ...here.
* config/i386/mingw.opt.urls: Move to...
* config/mingw/mingw.opt.urls: ...here.
* config/i386/mingw32.h: Move to...
* config/mingw/mingw32.h: ...here.
* config/i386/msformat-c.cc: Move to...
* config/mingw/msformat-c.cc: ...here.
* config/i386/t-cygming: Move to...
* config/mingw/t-cygming: ...here and updated.
* config/i386/winnt-cxx.cc: Move to...
* config/mingw/winnt-cxx.cc: ...here.
* config/i386/winnt-d.cc: Move to...
* config/mingw/winnt-d.cc: ...here.
* config/i386/winnt-stubs.cc: Move to...
* config/mingw/winnt-stubs.cc: ...here.
* config/i386/winnt.cc: Move to...
* config/mingw/winnt.cc: ...here.
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions