mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
18 lines
594 B
Tcl
18 lines
594 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup crossbinutils 1.0
|
|
|
|
crossbinutils.setup riscv64-unknown-linux-gnu 2.46.1
|
|
revision 0
|
|
maintainers {pguyot @pguyot} openmaintainer
|
|
|
|
configure.args-append \
|
|
--with-sysroots \
|
|
--disable-werror
|
|
|
|
post-destroot {
|
|
# Remove texinfo dir index to avoid conflicts with gcc ports
|
|
file delete -force "${destroot}${prefix}/share/info/riscv64-unknown-linux-gnu/dir"
|
|
}
|