#!/bin/bash
#
# This file is part of selfrando.
# Copyright (c) 2017 Immunant Inc.
# For license information, see the LICENSE file
# included with selfrando.

SCRIPTS_DIR=$(dirname $(readlink -f "$0"))
source ${SCRIPTS_DIR}/functions.sh
run_original -B"${SCRIPTS_DIR}" -ffunction-sections -fdata-sections -fPIC "$@"
