diff toolchain/build+install.sh @ 47:53b8d61c16a0

toolchain: -mthumb-interwork multilib enabled, matching OsmocomBB's version
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 22 Jun 2013 23:36:22 +0000
parents 9beb566ded04
children ebe258a85813
line wrap: on
line diff
--- a/toolchain/build+install.sh	Wed Jun 19 06:41:08 2013 +0000
+++ b/toolchain/build+install.sh	Sat Jun 22 23:36:22 2013 +0000
@@ -47,6 +47,9 @@
 tar xjf $1/gcc-core-${gcc_version}.tar.bz2
 tar xzf $1/newlib-${newlib_version}.tar.gz
 
+# patch gcc as needed
+cp t-arm-elf gcc-${gcc_version}/gcc/config/arm
+
 # gcc depends on binutils - add our install destination dir to the PATH
 # we prepend it to avoid surprises if some other arm-elf- toolchain
 # happens to be present already