djgpp:support-binutils-2.27

Last commit made on 2017-04-22
Get this branch:
git clone -b support-binutils-2.27 https://git.launchpad.net/djgpp

Branch merges

Branch information

Name:
support-binutils-2.27
Repository:
lp:djgpp

Recent commits

5a22271... by Andrew Wu <email address hidden>

Update binutils 2.27 URL.

acd7d0f... by Andrew Wu <email address hidden>

GCC 6.3.0 : Support bintuils 2.27, with patch for bfd/init.c

f840e7d... by Andrew Wu <email address hidden>

Support 6.3.0

3ce3072... by Andrew Wu <email address hidden>

Update README.md.

96e34a8... by Andrew Wu <email address hidden>

Fix 5.4.0 binutils 2.26 file link.

0b23510... by Andrew Wu <email address hidden>

Support 4.9.4/6.2.0

f447e1f... by Andrew Wu <email address hidden>

Support 5.4.0

dd4da0c... by Andrew Wu <email address hidden>

Support 6.1.0

cec35c2... by Andrew Wu <email address hidden>

Support FreeBSD.

Based on patch from Arrigo Marchiori.
https://github.com/andrewwutw/build-djgpp/issues/11

Use gmake instead of make (that is: GNU Make instead of BSD Make).
Use the standard Clang compiler instead of the standard GCC.
Remove the --verbose option from the patch invocations inside
unpack-gcc.sh (BSD Patch does not support that option).

Also, change script shebang for FreeBSD :
/bin/bash -> /usr/bin/env bash

1c4a638... by Andrew Wu <email address hidden>

Update README.md.