Lines Matching refs:platform

33 platform=@platform@
36 pkglibdir="${libdir}/`echo ${PACKAGE_TARNAME}/${target_cpu}-${platform} | sed ${transform}`"
79 if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
81 elif [ "${platform}" = "ieee1275" ] || [ "${platform}" = "efi" ] ; then
90 if [ "${target_cpu}-${platform}" = "i386-pc" ] \
91 || [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ]; then
95 elif [ "${target_cpu}-${platform}" = "x86_64-efi" ] \
96 || [ "${target_cpu}-${platform}" = "i386-efi" ]; then
127 if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
132 if [ "${target_cpu}-${platform}" = "i386-ieee1275" ] || [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ] ; then
137 if [ "${platform}" = "efi" ]; then
260 if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
264 if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
303 if [ "${target_cpu}-${platform}" = "x86_64-efi" ] \
304 || [ "${target_cpu}-${platform}" = "i386-efi" ]; then
328 if test "x$install_device" = x && ([ "${target_cpu}-${platform}" = "i386-pc" ] \
329 || [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ]); then
333 elif test "x$install_dir" = x && ([ "${target_cpu}-${platform}" = "x86_64-efi" ] \
334 || [ "${target_cpu}-${platform}" = "i386-efi" ]); then
340 if ! ([ "${target_cpu}-${platform}" = "i386-pc" ] \
341 || [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ]); then
344 if ! ([ "${target_cpu}-${platform}" = "x86_64-efi" ] \
345 || [ "${target_cpu}-${platform}" = "i386-efi" ]); then
381 if [ "${target_cpu}-${platform}" = "i386-pc" ] || [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ] ; then
407 if [ x"$platform" = xefi ]; then
577 if [ "${target_cpu}-${platform}" = "i386-pc" ] || [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ] ; then
674 if [ "x$fs_module" == xzfs ] || ([ "x$disk_module" != x ] && [ "x$disk_module" != xbiosdisk ]) || [ "x${grub_drive}" != "x${install_drive}" ] || ([ "x$platform" != xefi ] && [ "x$platform" != xpc ] && [ x"${platform}" != x"ieee1275" ]); then
678 if [ "x$platform" != xefi ] && [ "x$platform" != xpc ] && [ x"${platform}" != x"ieee1275" ]; then
679 echo "UUID needed with $platform, but the filesystem containing ${grubdir} does not support UUIDs." 1>&2
691 elif [ x"$platform" = xpc ]; then
693 elif [ x"$platform" = xefi ]; then
695 elif [ x"$platform" = xieee1275 ]; then
697 elif [ x"$platform" = xloongson ] || [ x"$platform" = xqemu ] || [ x"$platform" = xcoreboot ] || [ x"$platform" = xmultiboot ] || [ x"$platform" = xqemu-mips ]; then
700 echo "No hints available for your platform. Expect reduced performance"
727 case "${target_cpu}-${platform}" in
730 *) mkimage_target="${target_cpu}-${platform}" ;;
733 case "${target_cpu}-${platform}" in
744 if [ "${target_cpu}-${platform}" = "mipsel-loongson" ]; then
746 elif [ "${target_cpu}-${platform}" = "i386-ieee1275" ] || [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ]; then
748 elif [ "${target_cpu}-${platform}" = "i386-efi" ] || [ "${target_cpu}-${platform}" = "x86_64-efi" ]; then
753 # Perform the platform-dependent install
754 if [ "${target_cpu}-${platform}" = "i386-pc" ] || [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ] ; then
756 if [ "${target_cpu}-${platform}" = "i386-pc" ] && test x"$do_embed_versioning" = xyes; then
771 elif [ "${target_cpu}-${platform}" = "i386-ieee1275" ] || [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ]; then
808 elif [ x"${target_cpu}-${platform}" = xmips-arc ]; then
811 elif [ x"$platform" = xefi ]; then