Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 644298 | Differences between
and this patch

Collapse All | Expand All

(-)a/config/mh-cygwin64 (-2 / +4 lines)
Lines 16-21 Link Here
16
else
16
else
17
## Make sure that the static libraries can be built
17
## Make sure that the static libraries can be built
18
STATICCPPFLAGS = -DU_STATIC_IMPLEMENTATION
18
STATICCPPFLAGS = -DU_STATIC_IMPLEMENTATION
19
## Do not forget to link in uconvmsg_dat
20
CPPFLAGS += -DUCONVMSG_LINK
19
endif
21
endif
20
22
21
## Flags for position independent code
23
## Flags for position independent code
Lines 115-124 Link Here
115
BIR_DEPS=
117
BIR_DEPS=
116
118
117
# Environment variable to set a runtime search path
119
# Environment variable to set a runtime search path
118
LDLIBRARYPATH_ENVVAR = PATH
120
#LDLIBRARYPATH_ENVVAR = PATH
119
121
120
# The type of assembly to write for generating an object file
122
# The type of assembly to write for generating an object file
121
GENCCODE_ASSEMBLY=-a gcc-mingw64
123
GENCCODE_ASSEMBLY=-a gcc-cygwin
122
124
123
# put this here again so it gets cyguc...
125
# put this here again so it gets cyguc...
124
126

Return to bug 644298