Skip to content

Commit

Permalink
cleanup; nothing was actually modified
Browse files Browse the repository at this point in the history
  • Loading branch information
thefossguy committed Mar 7, 2023
1 parent a55489e commit 48f2946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ source=(01-riscv-makefile.patch
sha512sums=('50006cd147adc770edb936afc3e31c8ac41ac9e2e3249e99aa8736b570cc2dbfb2366946bcfce98c086b7bbe7857093daead9f2136c9ac0225eec3f92c25ff92'
'12d6f609ef48e0e0503fa907b6d5b15114978648740a68dd03ccb5b8b97414bf50b6e8a45bdf16635a2583b6e24e80b6c011e6aa09caf17d72cc04be56c73f0d')

export ARCH=riscv
export CFLAGS="-march=rv64imafdc_zicsr_zba_zbb -mcpu=sifive-u74 -mtune=sifive-7-series -O2 -pipe"
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH})"
Expand Down Expand Up @@ -50,7 +52,7 @@ prepare() {

build() {
cd $_srcname
ARCH=riscv CFLAGS="-march=rv64imafdc_zicsr_zba_zbb -mcpu=sifive-u74 -mtune=sifive-7-series -O2 -pipe" make all -j$(nproc)
make all -j$(nproc)
}

_package() {
Expand Down

0 comments on commit 48f2946

Please sign in to comment.