mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 21:30:43 +00:00
59d309f9c8
Some versions of gcc replace calls to strstr() with single-character "needle" string parameters by calls to strchr() behind our back. This causes linking errors if strchr() is defined as an inline function in <asm/string.h> (e.g. on m68k, which BTW doesn't have kgdb support). Prevent this by explicitly calling strchr() instead. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jason Wessel <jason.wessel@windriver.com> |
||
---|---|---|
.. | ||
c2port | ||
cb710 | ||
eeprom | ||
hdpuftrs | ||
ibmasm | ||
iwmc3200top | ||
sgi-gru | ||
sgi-xp | ||
atmel_pwm.c | ||
atmel_tclib.c | ||
atmel-ssc.c | ||
ds1682.c | ||
enclosure.c | ||
ep93xx_pwm.c | ||
hpilo.c | ||
hpilo.h | ||
ics932s401.c | ||
ioc4.c | ||
isl29003.c | ||
Kconfig | ||
kgdbts.c | ||
lkdtm.c | ||
Makefile | ||
phantom.c | ||
tifm_7xx1.c | ||
tifm_core.c |