From f5a1184062732ba63a0c9ea9c993388d3d1ddaae Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 27 Jul 2016 18:56:05 +0200 Subject: [PATCH] Programming/gcc/build - patch of main configure added to fix assembler problems on Mac OS X and Xclode 7 --- Programming/gcc/build | 1 + 1 file changed, 1 insertion(+) diff --git a/Programming/gcc/build b/Programming/gcc/build index 6a81083..03cb483 100755 --- a/Programming/gcc/build +++ b/Programming/gcc/build @@ -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 }