Index: ./specs
20c20
< %q/usr/lib/w32api/  %{mno-cygwin:%q/usr/lib/mingw/ %q/usr/local/lib/mingw/}  %{!mno-cygwin:%q/usr/lib/ %q/usr/local/lib/}  %{mwindows:--subsystem windows}   %{mconsole:--subsystem console}   %{shared: %{mdll: %eshared and mdll are not compatible}}   %{shared: --shared} %{mdll:--dll}   %{static:-Bstatic} %{!static:-Bdynamic}   %{shared|mdll: -e     %{mno-cygwin:_DllMainCRTStartup@12}     %{!mno-cygwin:__cygwin_dll_entry@12}}  --dll-search-prefix=cyg
---
> %q/usr/lib/w32api/  %{mno-cygwin:%q/usr/lib/mingw/ %q/usr/local/lib/mingw/}  %{!mno-cygwin:%q/usr/lib/cygwin/ %q/usr/local/lib/}  %{mwindows:--subsystem windows}   %{mconsole:--subsystem console}   %{shared: %{mdll: %eshared and mdll are not compatible}}   %{shared: --shared} %{mdll:--dll}   %{static:-Bstatic} %{!static:-Bdynamic}   %{shared|mdll: -e     %{mno-cygwin:_DllMainCRTStartup@12}     %{!mno-cygwin:__cygwin_dll_entry@12}}  %{!mno-cygwin:--dll-search-prefix=cyg} |