Date: Wed, 15 Jan 2020 01:10:38 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523075 - head/devel/binutils Message-ID: <202001150110.00F1AcbC031849@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: philip Date: Wed Jan 15 01:10:38 2020 New Revision: 523075 URL: https://svnweb.freebsd.org/changeset/ports/523075 Log: Add a riscv64_none_elf flavor to devel/binutils. This flavor of binutils can be used as an external toolchain for riscv64 bare metal. Submitted by: kp Sponsored by: Axiado Approved by: bapt (maintainer) Added: head/devel/binutils/pkg-plist-riscv64-none-elf (contents, props changed) Modified: head/devel/binutils/Makefile Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Tue Jan 14 22:35:36 2020 (r523074) +++ head/devel/binutils/Makefile Wed Jan 15 01:10:38 2020 (r523075) @@ -15,7 +15,8 @@ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi FLAVORS= native aarch64 aarch64_none_elf amd64 arm_gnueabi arm_none_eabi \ - avr i386 mingw32 mips mips64 powerpc powerpc64 riscv64 s390x sparc64 + avr i386 mingw32 mips mips64 powerpc powerpc64 riscv64 \ + riscv64_none_elf s390x sparc64 FLAVOR?= native RELRO_CONFIGURE_ON= --enable-relro @@ -65,7 +66,7 @@ INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/share/info BROKEN_mips= fails to configure: error: C compiler cannot create executables BROKEN_mips64= fails to configure: error: C compiler cannot create executables BROKEN_powerpc64= fails to configure: error: C compiler cannot create executables -.elif ${FLAVOR} == aarch64_none_elf || ${FLAVOR} == arm_none_eabi || ${FLAVOR} == mingw32 || ${FLAVOR} == avr +.elif ${FLAVOR} == aarch64_none_elf || ${FLAVOR} == arm_none_eabi || ${FLAVOR} == riscv64_none_elf || ${FLAVOR} == mingw32 || ${FLAVOR} == avr BUTARGET= ${FLAVOR:C/_/-/g} .elif ${FLAVOR} == amd64 BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL} Added: head/devel/binutils/pkg-plist-riscv64-none-elf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/binutils/pkg-plist-riscv64-none-elf Wed Jan 15 01:10:38 2020 (r523075) @@ -0,0 +1,65 @@ +%%BUTARGET%%/bin/ar +%%BUTARGET%%/bin/as +%%BUTARGET%%/bin/ld +%%BUTARGET%%/bin/ld.bfd +%%BUTARGET%%/bin/nm +%%BUTARGET%%/bin/objcopy +%%BUTARGET%%/bin/objdump +%%BUTARGET%%/bin/ranlib +%%BUTARGET%%/bin/readelf +%%BUTARGET%%/bin/size +%%BUTARGET%%/bin/strip +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xe +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xr +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xce +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xu +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xr +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xe +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xce +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xu +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xbn +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xw +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xwe +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xc +%%BUTARGET%%/lib/ldscripts/elf32lriscv.x +%%BUTARGET%%/lib/ldscripts/elf32lriscv.xn +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xwe +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xbn +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xc +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xw +%%BUTARGET%%/lib/ldscripts/elf64lriscv.xn +%%BUTARGET%%/lib/ldscripts/elf64lriscv.x +bin/%%BUTARGET%%-addr2line +bin/%%BUTARGET%%-ar +bin/%%BUTARGET%%-as +bin/%%BUTARGET%%-c++filt +bin/%%BUTARGET%%-elfedit +bin/%%BUTARGET%%-gprof +bin/%%BUTARGET%%-ld +bin/%%BUTARGET%%-ld.bfd +bin/%%BUTARGET%%-nm +bin/%%BUTARGET%%-objcopy +bin/%%BUTARGET%%-objdump +bin/%%BUTARGET%%-ranlib +bin/%%BUTARGET%%-readelf +bin/%%BUTARGET%%-size +bin/%%BUTARGET%%-strings +bin/%%BUTARGET%%-strip +man/man1/%%BUTARGET%%-addr2line.1.gz +man/man1/%%BUTARGET%%-ar.1.gz +man/man1/%%BUTARGET%%-as.1.gz +man/man1/%%BUTARGET%%-c++filt.1.gz +man/man1/%%BUTARGET%%-dlltool.1.gz +man/man1/%%BUTARGET%%-elfedit.1.gz +man/man1/%%BUTARGET%%-gprof.1.gz +man/man1/%%BUTARGET%%-ld.1.gz +man/man1/%%BUTARGET%%-nm.1.gz +man/man1/%%BUTARGET%%-objcopy.1.gz +man/man1/%%BUTARGET%%-objdump.1.gz +man/man1/%%BUTARGET%%-ranlib.1.gz +man/man1/%%BUTARGET%%-readelf.1.gz +man/man1/%%BUTARGET%%-size.1.gz +man/man1/%%BUTARGET%%-strings.1.gz +man/man1/%%BUTARGET%%-strip.1.gz +man/man1/%%BUTARGET%%-windmc.1.gz +man/man1/%%BUTARGET%%-windres.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001150110.00F1AcbC031849>