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

Collapse All | Expand All

(-)a/lib/buildit (-2 / +2 lines)
Lines 102-108 case $TRIPLE in Link Here
102
    SOEXT=so
102
    SOEXT=so
103
    LDSHARED_FLAGS="-o libc++.so.1.0 \
103
    LDSHARED_FLAGS="-o libc++.so.1.0 \
104
        -shared -nodefaultlibs -Wl,-soname,libc++.so.1 \
104
        -shared -nodefaultlibs -Wl,-soname,libc++.so.1 \
105
        -lpthread -lrt -lc -lstdc++"
105
        -lpthread -lrt -lc"
106
    ;;
106
    ;;
107
esac
107
esac
108
108
Lines 125-131 case $TRIPLE in Link Here
125
esac
125
esac
126
$CC *.o $RC_CFLAGS $LDSHARED_FLAGS $EXTRA_FLAGS
126
$CC *.o $RC_CFLAGS $LDSHARED_FLAGS $EXTRA_FLAGS
127
127
128
#libtool -static -o libc++.a *.o
128
ar cr libc++.a *.o
129
129
130
# Create the link for the final library name, so that we can use this directory
130
# Create the link for the final library name, so that we can use this directory
131
# as a link target for the tests.
131
# as a link target for the tests.

Return to bug 475294