public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5744] arm: Optimize arm-mlib.h header inclusion [pr108505].
@ 2023-02-08 18:40 SRINATH PARVATHANENI
  0 siblings, 0 replies; only message in thread
From: SRINATH PARVATHANENI @ 2023-02-08 18:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2eeda82d6288fb2a8fbc302d98ed51337e01aaaa

commit r13-5744-g2eeda82d6288fb2a8fbc302d98ed51337e01aaaa
Author: Srinath Parvathaneni <srinath.parvathaneni@arm.com>
Date:   Wed Feb 8 18:39:06 2023 +0000

    arm: Optimize arm-mlib.h header inclusion [pr108505].
    
    I have committed a fix [1] into gcc trunk for a build
    issue mentioned in pr108505 and latter received few upstream
    comments proposing more robust fix for this issue.
    
    In this patch I'm addressing those comments and sending this
    as a followup patch.
    
    gcc/ChangeLog:
    
    2023-01-27  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
    
            PR target/108505
            * config.gcc (tm_mlib_file): Define new variable.

Diff:
---
 gcc/config.gcc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index f0958e1c959..067720ac795 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -4359,6 +4359,7 @@ case "${target}" in
 					case ${arm_multilib} in
 					aprofile|rmprofile)
 						tmake_profile_file="arm/t-multilib"
+						tm_mlib_file="arm/arm-mlib.h"
 						;;
 					@*)
 						ml=`echo "X$arm_multilib" | sed '1s,^X@,,'`
@@ -4397,7 +4398,7 @@ case "${target}" in
 				# through to the multilib selector
 				with_float="soft"
 				tmake_file="${tmake_file} ${tmake_profile_file}"
-				tm_file="$tm_file arm/arm-mlib.h"
+				tm_file="$tm_file $tm_mlib_file"
 				TM_MULTILIB_CONFIG="$with_multilib_list"
 			fi
 		fi

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-08 18:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08 18:40 [gcc r13-5744] arm: Optimize arm-mlib.h header inclusion [pr108505] SRINATH PARVATHANENI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).