summaryrefslogtreecommitdiffstats
path: root/abuild.conf
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.conf')
-rw-r--r--abuild.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/abuild.conf b/abuild.conf
index fee09a2..1a3af9f 100644
--- a/abuild.conf
+++ b/abuild.conf
@@ -1,10 +1,10 @@
-CHOST=i486-alpine-linux-uclibc
+CHOST=i486-alpine-linux-musl
# for x86_64 we want:
-# CHOST=x86_64-alpine-linux-uclibc
+# CHOST=x86_64-alpine-linux-musl
# for powerpc we want:
-# CHOST=powerpc-alpine-linux-uclibc
+# CHOST=powerpc-alpine-linux-musl
export CFLAGS="-Os -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS"
@@ -24,8 +24,10 @@ SRCDEST=/var/cache/distfiles
# where $repo is the name of the parent directory of $startdir.
REPODEST=$HOME/packages/
-# PACKAGER is used to create new aports with 'newapkbuild ...'
+# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
+# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
#PACKAGER="Your Name <your@email.address>"
+#MAINTAINER="$PACKAGER"
# what to clean up after a successful build
CLEANUP="srcdir pkgdir deps"