Programming/gcc/build

- patch of main configure added to fix assembler problems on Mac OS X and Xclode 7
This commit is contained in:
2016-07-27 18:56:05 +02:00
parent e0585540ae
commit f5a1184062

View File

@@ -3,6 +3,7 @@
pbuild::patch_sources_Darwin() {
if [[ "${V_MAJOR}" == "4" ]]; then
patch -p1 < "${BUILD_BLOCK_DIR}/${V_MAJOR}/non-dead-strip.patch"
patch -p1 < "${BUILD_BLOCK_DIR}/${V_MAJOR}/configure-as.patch"
fi
}