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 merge requests found
CARCH=x86 CHOST=i486-alpine-linux-uclibc
CBUILD=i486-alpine-linux-uclibc
# for x86_64 we want: # for x86_64 we want:
# CARCH=x86_64 # CHOST=x86_64-alpine-linux-uclibc
# CBUILD=x86_64-alpine-linux-uclibc
# for powerpc we want: # for powerpc we want:
# CARCH=powerpc # CHOST=powerpc-alpine-linux-uclibc
# CBUILD=powerpc-alpine-linux-uclibc
CHOST=$CBUILD
CTARGET=$CHOST
export CFLAGS="-Os -fomit-frame-pointer" export CFLAGS="-Os -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS" 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