Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 920669
Collapse All | Expand All

(-)a/configure.ac (-5 / +5 lines)
Lines 2207-2216 AC_DEFINE_UNQUOTED(GRUB_SYSCONFDIR, "$grub_sysconfdir", [Configuration dir]) Link Here
2207
2207
2208
# Output files.
2208
# Output files.
2209
if test "$platform" != none; then
2209
if test "$platform" != none; then
2210
  cpudir="${target_cpu}"
2210
  case "${target_cpu}" in
2211
  if test x${cpudir} = xmipsel; then
2211
    mipsel) cpudir=mips ;;
2212
    cpudir=mips;
2212
    powerpc64) cpudir=powerpc ;;
2213
  fi
2213
    *) cpudir="${target_cpu}" ;;
2214
  esac
2214
  grub_CHECK_LINK_DIR
2215
  grub_CHECK_LINK_DIR
2215
  if test x"$link_dir" = xyes ; then
2216
  if test x"$link_dir" = xyes ; then
2216
    AC_CONFIG_LINKS([include/grub/cpu:include/grub/$cpudir])
2217
    AC_CONFIG_LINKS([include/grub/cpu:include/grub/$cpudir])
2217
- 

Return to bug 920669