* sync in patches from cygwin gcc * sync in important patches from mingw gcc not related to the build * enabling stripping (not sure why it was disabled) * reduce diff for build options to the mingw gcc build a bit
24 lines
782 B
Diff
24 lines
782 B
Diff
From f2c9bdede2258fc953958aab50a2b71502ff9a5f Mon Sep 17 00:00:00 2001
|
|
From: Jonathan Yong <10walls@gmail.com>
|
|
Date: Sat, 28 Jun 2014 09:54:57 +0800
|
|
Subject: [PATCH 04/13] Cygwin/MinGW: skip test
|
|
|
|
---
|
|
gcc/testsuite/gcc.target/i386/pr25993.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gcc/testsuite/gcc.target/i386/pr25993.c b/gcc/testsuite/gcc.target/i386/pr25993.c
|
|
index 1e7e933fb9a..2b12f97b1cc 100644
|
|
--- a/gcc/testsuite/gcc.target/i386/pr25993.c
|
|
+++ b/gcc/testsuite/gcc.target/i386/pr25993.c
|
|
@@ -1,5 +1,5 @@
|
|
/* { dg-do assemble } */
|
|
-/* { dg-skip-if "" { "*-*-darwin*" "*-*-mingw*" } } */
|
|
+/* { dg-skip-if "" { "*-*-darwin*" "*-*-mingw*" "*-*-cygwin*" } } */
|
|
/* { dg-options "-std=c99 -x assembler-with-cpp" } */
|
|
|
|
#ifndef __ASSEMBLER__
|
|
--
|
|
2.39.0
|
|
|