|
|
@ -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 |
|
|
|
|