redox/config.sh
2017-06-04 20:09:42 -06:00

11 lines
196 B
Bash
Executable File

#!/usr/bin/env bash
set -e
# Configuration
export TARGET=x86_64-unknown-redox
# Automatic variables
ROOT="$(cd `dirname "$0"` && pwd)"
REPO="$ROOT/repo/$TARGET"
export CC="x86_64-elf-redox-gcc"