comparison gcc/config/i386/cygwin.h @ 47:3bfb6c00c1e0

update it from 4.4.2 to 4.4.3.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Sun, 07 Feb 2010 17:44:34 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
46:b85a337e5837 47:3bfb6c00c1e0
92 %{shared: --shared} %{mdll:--dll} \ 92 %{shared: --shared} %{mdll:--dll} \
93 %{static:-Bstatic} %{!static:-Bdynamic} \ 93 %{static:-Bstatic} %{!static:-Bdynamic} \
94 %{shared|mdll: -e \ 94 %{shared|mdll: -e \
95 %{mno-cygwin:_DllMainCRTStartup@12} \ 95 %{mno-cygwin:_DllMainCRTStartup@12} \
96 %{!mno-cygwin:__cygwin_dll_entry@12}}\ 96 %{!mno-cygwin:__cygwin_dll_entry@12}}\
97 %{!mno-cygwin:--dll-search-prefix=cyg}" 97 %{!mno-cygwin:--dll-search-prefix=cyg -tsaware}"
98 98
99 /* Allocate space for all of the machine-spec-specific stuff. 99 /* Allocate space for all of the machine-spec-specific stuff.
100 Allocate enough space for cygwin -> mingw32 munging plus 100 Allocate enough space for cygwin -> mingw32 munging plus
101 possible addition of "/mingw". */ 101 possible addition of "/mingw". */
102 102