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

Collapse All | Expand All

(-)configure.in~ (+2 lines)
Lines 1172-1177 Link Here
1172
dnl GNU specific defaults
1172
dnl GNU specific defaults
1173
dnl ========================================================
1173
dnl ========================================================
1174
if test "$GNU_CC"; then
1174
if test "$GNU_CC"; then
1175
    CFLAGS="$CFLAGS -fno-strict-aliasing"
1175
    MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-h,$@ -o $@'
1176
    MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-h,$@ -o $@'
1176
    MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-h,$@ -o $@'
1177
    MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-h,$@ -o $@'
1177
    DSO_LDOPTS='-shared'
1178
    DSO_LDOPTS='-shared'
Lines 1218-1223 Link Here
1218
fi
1219
fi
1219
1220
1220
if test "$GNU_CXX"; then
1221
if test "$GNU_CXX"; then
1222
    CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
1221
    # Turn on GNU specific features
1223
    # Turn on GNU specific features
1222
    _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor"
1224
    _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor"
1223
1225

Return to bug 265642