Changes between Version 20 and Version 21 of bootloaders/syslinux
- Timestamp:
- May 12, 2017, 10:32:18 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bootloaders/syslinux
v20 v21 28 28 29 29 ==== IA32/64: ==== 30 BITS_GRUB=64 # 32 or 64 .30 EFI_IA_NBITS=64 # 32 or 64 . 31 31 32 make PREFIX=cross-tools efi${ BITS_GRUB} &&[[BR]]33 make PREFIX=cross-tools efi${ BITS_GRUB} install[[BR]]32 make PREFIX=cross-tools efi${EFI_IA_NBITS} &&[[BR]] 33 make PREFIX=cross-tools efi${EFI_IA_NBITS} install[[BR]] 34 34 35 35 === Build Syslinux === … … 80 80 81 81 ==== IA32/64: ==== 82 BITS_GRUB=64 # 32 or 64 .82 EFI_IA_NBITS=64 # 32 or 64 . 83 83 84 make PREFIX=usr efi${ BITS_GRUB} &&[[BR]]85 make PREFIX=usr efi${ BITS_GRUB} install[[BR]]84 make PREFIX=usr efi${EFI_IA_NBITS} &&[[BR]] 85 make PREFIX=usr efi${EFI_IA_NBITS} install[[BR]] 86 86 87 87 === Build Syslinux ===