From f5c98e1415d5104d631c51463d5e6aef6ed13192 Mon Sep 17 00:00:00 2001 From: schulz Date: Mon, 16 Jul 2012 15:59:57 +0000 Subject: [PATCH] default CPU and float-abi targets used when building gcc for ARM git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45232 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- config/target.cfg.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/target.cfg.in b/config/target.cfg.in index 81a08e00a8..a3b31ea84e 100644 --- a/config/target.cfg.in +++ b/config/target.cfg.in @@ -82,6 +82,11 @@ IOS_PLATFORM := @aros_ios_platform@ IOS_OS_VERSION := @aros_ios_version@ IOS_SDK_PATH := @aros_ios_sdk@ +# ARM gcc default target +GCC_DEFAULT_CPU := @gcc_default_cpu@ +GCC_DEFAULT_FPU := @gcc_default_fpu@ +GCC_DEFAULT_FLOAT_ABI := @gcc_default_float_abi@ + # -------------------------------------------------------------------------- # MAGIC: This is needed here for MetaMake to work. mmake will read the # configured version of this file to find out a number of variables. -- 2.11.4.GIT