#! @BUILD_SHEBANG@ set -e . "@builddir@/grub-core/modinfo.sh" case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in # FIXME: OpenBIOS on sparc64 doesn't implement RTC sparc64-ieee1275) exit 0;; # PLATFORM: ARC doesn't provide any way to set time *-arc) exit 0;; # PLATFORM: EMU doesn't provide any way to set time # Even if it did we'd need some kind of sandbox to avoid # modifying real system time. *-emu) exit 0;; esac out=$(cat <