Skip to content
Snippets Groups Projects
Commit 270de195 authored by Natanael Copa's avatar Natanael Copa
Browse files

abuild.conf: simplify. only set CHOST and let abuild detect the rest

parent e2838fbb
No related branches found
No related tags found
No related merge requests found
CARCH=x86
CBUILD=i486-alpine-linux-uclibc
CHOST=i486-alpine-linux-uclibc
# for x86_64 we want:
# CARCH=x86_64
# CBUILD=x86_64-alpine-linux-uclibc
# CHOST=x86_64-alpine-linux-uclibc
# for powerpc we want:
# CARCH=powerpc
# CBUILD=powerpc-alpine-linux-uclibc
CHOST=$CBUILD
CTARGET=$CHOST
# CHOST=powerpc-alpine-linux-uclibc
export CFLAGS="-Os -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment