diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-19 20:35:06 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-19 20:35:06 -0700 |
commit | 364cb96d92174a4edf7e1bb31a68e0ef03f5b6e9 (patch) | |
tree | af1d4f3c24242940d825d6e1624859dea2a98b07 /doc | |
parent | 8835decde99f7e857520fc410b769804b50b9ccc (diff) |
Update branch locations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/software.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/software.md b/doc/software.md index 5711860..ce241c4 100644 --- a/doc/software.md +++ b/doc/software.md @@ -43,7 +43,7 @@ things will break if any functions with `long double` get called. ``` Requires several patches available here: -https://github.com/michaelforney/binutils-gdb/ +https://github.com/michaelforney/binutils-gdb/tree/cc-fixes - Fix function pointer subtraction in `bfd/doc/chew.c` (applied upstream). - Skip unsupported `LDFLAGS`, only tested to work against `CXX` by @@ -71,7 +71,7 @@ Configure with ## gcc 4.7 Requires a number patches available here: -https://github.com/michaelforney/gcc/tree/gcc-4_7-branch +https://github.com/michaelforney/gcc/tree/cc-fixes Also requires gmp headers modified for C99 inline semantics: https://hg.sr.ht/~mcf/gmp-6.1/rev/53195faa26dfeafeacd57f54035373988e2a16a3 @@ -79,7 +79,7 @@ https://hg.sr.ht/~mcf/gmp-6.1/rev/53195faa26dfeafeacd57f54035373988e2a16a3 Build with ``` -git clone -b gcc-4_7-branch https://github.com/michaelforney/gcc +git clone -b cc-fixes https://github.com/michaelforney/gcc cd gcc hg clone https://hg.sr.ht/~mcf/gmp-6.1 gmp (cd gmp && aux_dir=. ltdl_dir=. ./.bootstrap) |