|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: package/.../gcc/gcc.conf |
|
|
# 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 |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# 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. |
|
|
# 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" |
|
|
hook_add preconf 9 "mkdir -p objdir; cd objdir" |
|
|
configscript="../configure" |
|
|
configscript="../configure" |
|
|
|
|
|
|
|
|