ppe42-gcc package update 10/31
diff --git a/openpower/package/ppe42-gcc/ppe42-gcc.mk b/openpower/package/ppe42-gcc/ppe42-gcc.mk
index cf8ac73..ad8a52e 100644
--- a/openpower/package/ppe42-gcc/ppe42-gcc.mk
+++ b/openpower/package/ppe42-gcc/ppe42-gcc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PPE42_GCC_VERSION ?= 246277a8513f622a65f97cb59e3079fc8834a913
+PPE42_GCC_VERSION ?= 72beec1539befc791ffe217f1084ee9eab7df4e5
 PPE42_GCC_SITE ?= $(call github,open-power,ppe42-gcc,$(PPE42_GCC_VERSION))
 PPE42_GCC_LICENSE = GPLv3+
 
@@ -17,14 +17,14 @@
         cd $(@D) && \
         ./configure --prefix=$(PPE42_GCC_DIR) \
                     --exec-prefix=$(PPE42_GCC_BIN) \
-					--target=powerpc-eabi \
-					--without-headers \
-					--with-newlib \
-					--with-gnu-as \
-					--with-gnu-ld \
-					--with-gmp=$(HOST_DIR)/usr \
-					--with-mpfr=$(HOST_DIR)/usr \
-					&& \
+                    --target=powerpc-eabi \
+                    --without-headers \
+                    --with-newlib \
+                    --with-gnu-as \
+                    --with-gnu-ld \
+                    --with-gmp=$(HOST_DIR)/usr \
+                    --with-mpfr=$(HOST_DIR)/usr \
+                    && \
         make configure-host && \
         make all-gcc
 endef