]> git.ipfire.org Git - thirdparty/gcc.git/commit
2018-06-18 Maya Rashish <coypu@sdf.org>
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jun 2018 17:28:53 +0000 (17:28 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Jun 2018 17:28:53 +0000 (17:28 +0000)
commitf96e566c3d6ea97ab431228ada9de38d8fd2f803
treea0ba86f5881315bdeec18fd2ac3e57fd5728a712
parent53c7c5ac53dad9a3c72923177891c39553357627
2018-06-18  Maya Rashish  <coypu@sdf.org>

* crossconfig.m4: Handle OpenBSD just like NetBSD.
* configure: Rebuilt.

* config/alpha/openbsd.h (TARGET_DEFAULT): Define.
(LINK_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
(INTMAX_TYPE, UINTMAX_TYPE, WINT_TYPE): Likewise.

* config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Move from
here to ...
* config/alpha/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261707 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/alpha/elf.h
gcc/config/alpha/linux.h
gcc/config/alpha/openbsd.h
libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/crossconfig.m4