public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain Buclaw <ibuclaw@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/ibuclaw/heads/mingw)] Initial Mingw/MSVC support
Date: Mon, 19 Apr 2021 14:16:45 +0000 (GMT)	[thread overview]
Message-ID: <20210419141645.BBA1839450D3@sourceware.org> (raw)

https://gcc.gnu.org/g:35933da6a1aa5cd9d095951ffad1d6fb38f5ecc5

commit 35933da6a1aa5cd9d095951ffad1d6fb38f5ecc5
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Wed Mar 24 16:24:04 2021 +0100

    Initial Mingw/MSVC support

Diff:
---
 gcc/config/i386/cygming.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h
index cfbca34f996..59eb812c1cf 100644
--- a/gcc/config/i386/cygming.h
+++ b/gcc/config/i386/cygming.h
@@ -209,6 +209,8 @@ along with GCC; see the file COPYING3.  If not see
 #define SUBTARGET_OVERRIDE_OPTIONS					\
 do {									\
   flag_pic = TARGET_64BIT ? 1 : 0;                                      \
+  if (!global_options_set.x_dwarf_version)				\
+    dwarf_version = 4;							\
 } while (0)
 
 /* Define this macro if references to a symbol must be treated


             reply	other threads:[~2021-04-19 14:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-19 14:16 Iain Buclaw [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-19 18:02 Iain Buclaw
2021-04-19 14:11 Iain Buclaw
2021-04-17 20:43 Iain Buclaw
2021-04-16  1:04 Iain Buclaw
2021-04-13 20:42 Iain Buclaw
2021-04-11 18:58 Iain Buclaw
2021-04-10 17:19 Iain Buclaw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210419141645.BBA1839450D3@sourceware.org \
    --to=ibuclaw@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).