#!/bin/bash configure_pre() { case "${HVL_TARGET}" in "x86_64") # This adds 64 bit support to Binutils. CONFIGURE_OPTS="${CONFIGURE_OPTS} --enable-64-bit-bfd" ;; esac }