Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
ran into build failures with math/gmp that seem to have been fixed with recent update to ports or head. Restarting test build.
Comment Actions
I suggest to do the part of libstdc++-v3/configure.host this way:
Index: libstdc++-v3/configure.host =================================================================== --- libstdc++-v3/configure.host (revision 215992) +++ libstdc++-v3/configure.host (working copy) @@ -356,7 +356,7 @@ fi esac case "${host}" in - arm*-*-linux-*) + arm*-*-freebsd* | arm*-*-linux-*) port_specific_symbol_files="\$(srcdir)/../config/os/gnu-linux/arm-eabi-extra.ver" ;; esac
Comment Actions
Andrew, you're right.
Nevertheless, there is a typo: s/arm*-*-freebsd-*/arm*-*-freebsd*
lang/gcc/files/patch-arm-support | ||
---|---|---|
221 | Oh, is this the typo? |
Comment Actions
I see that lang/gcc48 was updated this weekend. Gerald doesn't have a phabricator account, so I don't think he knows about this review.
Comment Actions
Can someone else take this over? I'm unlikely to have time for it in the near future.