From 21bd2ddbfd33ed5b6157db027961b689e145b549 Mon Sep 17 00:00:00 2001 From: wawa Date: Fri, 1 Mar 2019 14:45:50 +0000 Subject: [PATCH] make sure the hostisaflags and targetisaflags propagate through necessary templates. (NicJA) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55756 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- config/make.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/make.tmpl b/config/make.tmpl index a57c37476f..7a5cfa9845 100644 --- a/config/make.tmpl +++ b/config/make.tmpl @@ -3843,6 +3843,7 @@ $(%(mmake)-%(subpackage)-package-basename).tar.bz2 : srcdir= package_repo= patch=no patch_repo= prefix=$(GNUDIR) \ aros_prefix=/GNU config_env_extra= preconfigure= postconfigure= postinstall= \ extraoptions= usecppflags=yes extracppflags= extracflags="$(OPTIMIZATION_CFLAGS)" extracxxflags="$(OPTIMIZATION_CFLAGS)" \ + hostisaflags="$(TARGET_ISA_CFLAGS)" targetisaflags="$(TARGET_ISA_CFLAGS)" \ nix=yes gnuflags=yes nlsflag=yes xflag=yes GNU_REPOSITORY := gnu:// @@ -3854,6 +3855,7 @@ GNU_REPOSITORY := gnu:// prefix="%(prefix)" aros_prefix="%(aros_prefix)" \ extraoptions="%(extraoptions)" usecppflags="%(usecppflags)" extracppflags="%(extracppflags)" extracflags="%(extracflags)" extracxxflags="%(extracxxflags)" \ config_env_extra="%(config_env_extra)" preconfigure="%(preconfigure)" postconfigure="%(postconfigure)" postinstall="%(postinstall)" \ + hostisaflags="%(hostisaflags)" targetisaflags="%(targetisaflags)" \ nix=%(nix) gnuflags=%(gnuflags) nlsflag=%(nlsflag) xflag=%(xflag) %end @@ -3875,6 +3877,7 @@ GNU_REPOSITORY := gnu:// srcdir= package_repo= patch=no patch_repo= prefix=$(AROS_DEVELOPER) \ aros_prefix=/Developer config_env_extra= preconfigure= postconfigure= postinstall= \ extraoptions= usecppflags=yes extracppflags= extracflags="$(OPTIMIZATION_CFLAGS)" extracxxflags="$(OPTIMIZATION_CFLAGS)" \ + hostisaflags="$(TARGET_ISA_CFLAGS)" targetisaflags="$(TARGET_ISA_CFLAGS)" \ nix=yes gnuflags=yes nlsflag=yes xflag=yes #MM- development : development-%(package) @@ -3887,6 +3890,7 @@ GNU_REPOSITORY := gnu:// prefix="%(prefix)" aros_prefix="%(aros_prefix)" \ extraoptions="%(extraoptions)" usecppflags="%(usecppflags)" extracflags="%(extracflags)" extracppflags="%(extracppflags)" extracxxflags="%(extracxxflags)" \ config_env_extra="%(config_env_extra)" preconfigure="%(preconfigure)" postconfigure="%(postconfigure)" postinstall="postinstall-%(package)-delete-la-files %(postinstall)" \ + hostisaflags="%(hostisaflags)" targetisaflags="%(targetisaflags)" \ nix=%(nix) gnuflags=%(gnuflags) nlsflag=%(nlsflag) xflag=%(xflag) #MM -- 2.11.4.GIT