Browse Source

x86-64/gcc: do not apply multilib and pure64 patches anymore

user/amery/wip/mount
Christian Wiese 14 years ago
parent
commit
3703bbee3e
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      architecture/x86-64/pkg_gcc_post.conf

+ 1
- 5
architecture/x86-64/pkg_gcc_post.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: architecture/x86-64/pkg_gcc_post.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -29,10 +29,6 @@ gcc_amd64_postmake() {
}
if [ "$SDECFG_MULTILIB" = 1 ]; then
var_append patchfiles ' ' "$confdir/*multilib*.diff"
hook_add postmake 5 "gcc_amd64_postmake"
else
var_append patchfiles ' ' "$confdir/*pure64*.diff"
fi

Loading…
Cancel
Save