#!/bin/bash

if [ -n $(which gcc) ]; then

	GNU_COMPILER="$ARCH"_gnu_$(gcc -dumpversion)

	export GNU_COMPILER

fi
