diff --git a/base/gcc/gcc.conf b/base/gcc/gcc.conf index 19bd3f8bc..91fd22d0e 100644 --- a/base/gcc/gcc.conf +++ b/base/gcc/gcc.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gcc/gcc.conf -# Copyright (C) 2006 - 2014 The OpenSDE Project +# Copyright (C) 2006 - 2015 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -73,6 +73,7 @@ EOF # We must use an 'objdir' directory for building gcc. +hook_add preconf 8 "sed -ie 's/#if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11/#if PPL_VERSION_MAJOR != 1/' configure" hook_add preconf 9 "mkdir -p objdir; cd objdir" configscript="../configure"