changeset 1775:c197b67b381a draft

Attempt at making sh2elf build cross-compiler from simple-cross-compiler
author Rob Landley <rob@landley.net>
date Tue, 14 Jul 2015 19:36:46 -0500
parents 117f1c93212a
children 398efd71a43e
files sources/targets/sh2elf
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/sh2elf	Thu Jun 25 02:43:17 2015 -0500
+++ b/sources/targets/sh2elf	Tue Jul 14 19:36:46 2015 -0500
@@ -1,5 +1,6 @@
 DESCRIPTION="ELF toolchain has different prefixes, and the bootloader cares."
 
-GCC_FLAGS=
+GCC_FLAGS="--disable-threads --disable-shared"
+NO_CPLUSPLUS=1
 BINUTILS_FLAGS=
 CROSS_TARGET=sh2-unknown-elf