All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gcc-cross-canadian: Enable wildcard expansion support
@ 2020-03-02 17:39 Mark Hatle
  2020-03-02 18:15 ` [yocto] " akuster
  2020-03-02 18:42 ` Khem Raj
  0 siblings, 2 replies; 9+ messages in thread
From: Mark Hatle @ 2020-03-02 17:39 UTC (permalink / raw)
  To: yocto, jpewhacker

In gcc 8, the behavior of GCC changed and expansion of wild cards to calls
of gcc were disabled by default.  This behavior may be required by some
(poorly written) makefiles.

This will allow someone to do:

gcc *.c -o myoutput

Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
---
 recipes-devtools/gcc/gcc-cross-canadian_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend b/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
index 9c0d828..e0463c6 100644
--- a/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
+++ b/recipes-devtools/gcc/gcc-cross-canadian_%.bbappend
@@ -1,5 +1,5 @@
 INSANE_SKIP_${PN}_append_sdkmingw32 = " staticdev"
-EXTRA_OECONF_append_sdkmingw32 = " --disable-nls"
+EXTRA_OECONF_append_sdkmingw32 = " --disable-nls --enable-mingw-wildcard"
 LDFLAGS_append_sdkmingw32 = " -Wl,-static"
 EXEEXT_sdkmingw32 = ".exe"
 ELFUTILS_sdkmingw32 = ""
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-03-02 23:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 17:39 [PATCH] gcc-cross-canadian: Enable wildcard expansion support Mark Hatle
2020-03-02 18:15 ` [yocto] " akuster
2020-03-02 18:22   ` Mark Hatle
2020-03-02 18:42 ` Khem Raj
2020-03-02 22:27   ` Mark Hatle
2020-03-02 22:30     ` Denys Dmytriyenko
2020-03-02 23:03       ` Khem Raj
2020-03-02 23:38         ` Joshua Watt
2020-03-02 23:56           ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.