mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/options:
- add support for "ARCH=??? make" to set Target Architecture
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
# Project name
|
||||
PROJECT=${PROJECT}
|
||||
|
||||
# determines TARGET_ARCH, if not forced by user
|
||||
if [ -z "$ARCH" ]; then
|
||||
TARGET_ARCH="i386"
|
||||
else
|
||||
TARGET_ARCH=$ARCH
|
||||
fi
|
||||
|
||||
ROOT=`pwd`
|
||||
PROJECT_DIR=$ROOT/projects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user