summaryrefslogblamecommitdiff
path: root/abuild.conf
blob: 6299b4d158fa409b2b0ce19a9fd9f9320a6f938c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                               







                                    
             

                                        
                         
                         
                                
 
                        

                                     
 
                            
                                                                

                                                                             
 
                                                              
                                          
CARCH=x86
CBUILD=i486-alpine-linux-uclibc

# for x86_64 we want:
# CARCH=x86_64
# CBUILD=x86_64-alpine-linux-uclibc

# for powerpc we want:
# CARCH=powerpc
# CBUILD=powerpc-alpine-linux-uclibc

CHOST=$CBUILD
CTARGET=$CHOST

export CFLAGS="-Os -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS"
export CPPFLAGS="$CFLAGS"
export LDFLAGS="-Wl,--as-needed"

export JOBS=2
export MAKEFLAGS=-j$JOBS

# remove line below to disable colors
USE_COLORS=1

SRCDEST=/var/cache/distfiles

# uncomment line below to store built packages in other location
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
# where $repo is the name of the parent directory of $startdir.
#REPODEST=/var/lib/packages/

# PACKAGER is used to create new aports with 'newapkbuild ...'
#PACKAGER="Your Name <your@email.address>"