diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-22 02:29:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-22 02:29:19 +0000 |
commit | 3eb8eab859fa22093cd6cc07ceb31e3aa50ba539 (patch) | |
tree | 121de1f78e67e6e86edc57578526347bae7b2464 /sysutils | |
parent | db78fcd920513f06f2af34b8ba90184b1d7a4252 (diff) | |
download | ports-3eb8eab859fa22093cd6cc07ceb31e3aa50ba539.tar.gz ports-3eb8eab859fa22093cd6cc07ceb31e3aa50ba539.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cpuid2cpuflags/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cpuid2cpuflags/Makefile b/sysutils/cpuid2cpuflags/Makefile index 99ebd3823ae0..e1435f173306 100644 --- a/sysutils/cpuid2cpuflags/Makefile +++ b/sysutils/cpuid2cpuflags/Makefile @@ -13,6 +13,7 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= fails to build: error "Platform not supported (only Linux supported at the moment)" BROKEN_powerpc64le= fails to build: error "Platform not supported (only Linux supported at the moment)" +BROKEN_riscv64= fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report" USES= autoreconf USE_GITHUB= yes |