From b7ae5c0124be6c3296eecccb0f46c025eba24ae6 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 25 Nov 2005 18:14:22 +0000 Subject: [PATCH] * ltmain.in (link mode): Allow GCC response files through. --- ChangeLog | 4 ++++ ltmain.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f388ee553..5d009eb69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-25 Ralf Wildenhues + + * ltmain.in (link mode): Allow GCC response files through. + 2005-11-25 Peter O'Gorman * ltmain.in (link mode): Pass through -isysroot for cross diff --git a/ltmain.in b/ltmain.in index 951bcb1f5..1bd4dbbe1 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1553,8 +1553,9 @@ EOF # -m*, -t[45]*, -txscale* pass through architecture-specific # compiler args for GCC # -pg pass through profiling flag for GCC + # @file GCC response files -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*|-pg| \ - -t[45]*|-txscale*) + -t[45]*|-txscale*|@*) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. -- 2.47.3