Skip to content

Commit

Permalink
Custom config for GCC 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomask77 committed Jun 1, 2018
1 parent af44447 commit 0483e52
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ build Windows and Linux toolchains for my personal use.

### Changelog

2017-10-22: Updated to GCC 7.2.0. Remember to re-run ```./bootstrap.sh``` when updating from an older version.
#### 2018-06-01

Updated to GCC 8.1.0.
Remember to re-run ```./bootstrap.sh``` when updating from an older version.

#### 2017-10-22

Updated to GCC 7.2.0.
Remember to re-run ```./bootstrap.sh``` when updating from an older version.

### Installation

Expand Down
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ cd ..

# Get new gcc releases
#
wget -cP downloads https://ftp.gnu.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.xz
# wget -cP downloads https://ftp.gnu.org/gnu/gcc/gcc-7.2.0/gcc-7.2.0.tar.xz
wget -cP downloads https://ftp.gnu.org/gnu/gcc/gcc-8.1.0/gcc-8.1.0.tar.xz
4 changes: 2 additions & 2 deletions gcc-arm-lpc32xx_hf-eabi-linux/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CT_LIBC_NEWLIB_IO_LL=y
CT_LIBC_NEWLIB_IO_FLOAT=y
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
CT_CC_GCC_CUSTOM=y
CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-7.2.0.tar.xz"
CT_CC_GCC_CUSTOM_VERSION="7.2.0"
CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-8.1.0.tar.xz"
CT_CC_GCC_CUSTOM_VERSION="8.1.0"
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
4 changes: 2 additions & 2 deletions gcc-arm-lpc32xx_hf-eabi-win64/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CT_LIBC_NEWLIB_IO_LL=y
CT_LIBC_NEWLIB_IO_FLOAT=y
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
CT_CC_GCC_CUSTOM=y
CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-7.2.0.tar.xz"
CT_CC_GCC_CUSTOM_VERSION="7.2.0"
CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-8.1.0.tar.xz"
CT_CC_GCC_CUSTOM_VERSION="8.1.0"
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
4 changes: 2 additions & 2 deletions gcc-arm-socfpga_hf-eabi-linux/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CT_LIBC_NEWLIB_IO_LL=y
CT_LIBC_NEWLIB_IO_FLOAT=y
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
CT_CC_GCC_CUSTOM=y
CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-7.2.0.tar.xz"
CT_CC_GCC_CUSTOM_VERSION="7.2.0"
CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-8.1.0.tar.xz"
CT_CC_GCC_CUSTOM_VERSION="8.1.0"
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
4 changes: 2 additions & 2 deletions gcc-arm-socfpga_hf-eabi-win64/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CT_LIBC_NEWLIB_IO_LL=y
CT_LIBC_NEWLIB_IO_FLOAT=y
CT_LIBC_NEWLIB_DISABLE_SUPPLIED_SYSCALLS=y
CT_CC_GCC_CUSTOM=y
CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-7.2.0.tar.xz"
CT_CC_GCC_CUSTOM_VERSION="7.2.0"
CT_CC_GCC_CUSTOM_LOCATION="${CT_LOCAL_TARBALLS_DIR}/gcc-8.1.0.tar.xz"
CT_CC_GCC_CUSTOM_VERSION="8.1.0"
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y

0 comments on commit 0483e52

Please sign in to comment.