Skip to content
Snippets Groups Projects
Forked from redox-os / cookbook
2740 commits behind the upstream repository.
config.sh 191 B
#!/bin/bash -e

# Configuration
export TARGET=x86_64-unknown-redox

# Automatic variables
ROOT="$(cd `dirname "$0"` && pwd)"
REPO="$ROOT/repo/$TARGET"
export CC="$ROOT/libc-artifacts/gcc.sh"