Browse Source

linux-header: removed old commented code for redefiniting lx_cpu

karasz/qt
Alejandro Mery 16 years ago
parent
commit
f371e928e3
  1. 5
      base/linux-header/linux-header.conf

5
base/linux-header/linux-header.conf

@ -13,10 +13,6 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
# we overwrite lx_cpu here, since the headers are older than the linux26
# packages and do not have the combined powerpc arch for both 32/64bit ...
# lx_cpu=`echo $arch | arch2uname | sed -e s/mips64/mips/`
. $base/package/*/*/linux-conf.in . $base/package/*/*/linux-conf.in
autopatch=0 autopatch=0
@ -46,4 +42,3 @@ var_append makeinstopt ' ' "INSTALL_HDR_PATH=$root/$prefix"
var_append makeinstopt ' ' "oldheaders= unwanted=" var_append makeinstopt ' ' "oldheaders= unwanted="
var_append makeinstopt ' ' "headers_check" var_append makeinstopt ' ' "headers_check"
var_append makeinstopt ' ' "headers_install" var_append makeinstopt ' ' "headers_install"

Loading…
Cancel
Save