pkgname=python version=3.14.6 build_no=1 upstream="https://github.com/python/cpython/archive/refs/tags/v${version}.tar.gz" cddir="cpython-${version}" makedepends=(openssl3 make autoconf) function do_configure { mkdir build/ cd build/ conf_flags=( --prefix=/usr --enable-optimizations --without-ensurepip # --enable-safety ) ../configure "${conf_flags[@]}" } function do_build { cd build/ make -j$(nproc) } function do_install { cd build/ make DESTDIR="${DESTDIR}" install } 'cgit'>
summaryrefslogtreecommitdiff
path: root/arch/arc/lib/strcmp.S
AgeCommit message (Expand)Author
2014-03-26ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta
2013-02-11ARC: String libraryVineet Gupta