Browse Source

gcc: made gcc 4.7 accept ppl v1.x

master
Nagy Károly Gábriel 9 years ago
parent
commit
4cf34aa90f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      base/gcc/gcc.conf

+ 2
- 1
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"

Loading…
Cancel
Save