close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 18 and Version 19 of bootloaders/syslinux


Ignore:
Timestamp:
May 12, 2017, 9:06:52 AM (7 years ago)
Author:
M.N. Akhiezer
Comment:

Basic factoring of IA32/64 .

Legend:

Unmodified
Added
Removed
Modified
  • bootloaders/syslinux

    v18 v19  
    2727=== Build GNU-EFI ===
    2828
    29 ==== IA64: ====
    30 make PREFIX=cross-tools efi64 &&[[BR]]
    31 make PREFIX=cross-tools efi64 install[[BR]]
     29==== IA32/64: ====
     30BITS_GRUB=64    # 32 or 64 .
    3231
    33 ==== IA32: ====
    34 make PREFIX=cross-tools efi32 &&[[BR]]
    35 make PREFIX=cross-tools efi32 install[[BR]]
     32make PREFIX=cross-tools efi${BITS_GRUB} &&[[BR]]
     33make PREFIX=cross-tools efi${BITS_GRUB} install[[BR]]
    3634
    3735=== Build Syslinux ===
     
    8381=== Build GNU-EFI ===
    8482
    85 ==== IA64: ====
    86 make PREFIX=usr efi64 &&[[BR]]
    87 make PREFIX=usr efi64 install[[BR]]
     83==== IA32/64: ====
     84BITS_GRUB=64    # 32 or 64 .
    8885
    89 ==== IA32: ====
    90 make PREFIX=usr efi32 &&[[BR]]
    91 make PREFIX=usr efi32 install[[BR]]
     86make PREFIX=usr efi${BITS_GRUB} &&[[BR]]
     87make PREFIX=usr efi${BITS_GRUB} install[[BR]]
    9288
    9389=== Build Syslinux ===