Changes between Version 18 and Version 19 of bootloaders/syslinux
- Timestamp:
- May 12, 2017, 9:06:52 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bootloaders/syslinux
v18 v19 27 27 === Build GNU-EFI === 28 28 29 ==== IA64: ==== 30 make PREFIX=cross-tools efi64 &&[[BR]] 31 make PREFIX=cross-tools efi64 install[[BR]] 29 ==== IA32/64: ==== 30 BITS_GRUB=64 # 32 or 64 . 32 31 33 ==== IA32: ==== 34 make PREFIX=cross-tools efi32 &&[[BR]] 35 make PREFIX=cross-tools efi32 install[[BR]] 32 make PREFIX=cross-tools efi${BITS_GRUB} &&[[BR]] 33 make PREFIX=cross-tools efi${BITS_GRUB} install[[BR]] 36 34 37 35 === Build Syslinux === … … 83 81 === Build GNU-EFI === 84 82 85 ==== IA64: ==== 86 make PREFIX=usr efi64 &&[[BR]] 87 make PREFIX=usr efi64 install[[BR]] 83 ==== IA32/64: ==== 84 BITS_GRUB=64 # 32 or 64 . 88 85 89 ==== IA32: ==== 90 make PREFIX=usr efi32 &&[[BR]] 91 make PREFIX=usr efi32 install[[BR]] 86 make PREFIX=usr efi${BITS_GRUB} &&[[BR]] 87 make PREFIX=usr efi${BITS_GRUB} install[[BR]] 92 88 93 89 === Build Syslinux ===