v1.5 branch refresh based upon upstream master @ c8677ca89e53e3be7988d54280fce166cc894a7e
[librecmc/librecmc.git] / toolchain / glibc / Makefile
index 974691c1c9f4aff1695361b459692b374f12abd8..24526ceec2c92c3f1eb49543fd82978706897d52 100644 (file)
@@ -8,6 +8,7 @@ define Host/Compile
        +$(MAKE) -C $(CUR_BUILD_DIR) \
                PARALLELMFLAGS="$(HOST_JOBS)" \
                BUILD_CFLAGS="$(HOST_CFLAGS)" \
+               default-rpath="/lib:/usr/lib" \
                all
 endef