From: Ralf Wildenhues Date: Fri, 25 Nov 2005 18:14:22 +0000 (+0000) Subject: * ltmain.in (link mode): Allow GCC response files through. X-Git-Tag: release-1-5-22~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7ae5c0124be6c3296eecccb0f46c025eba24ae6;p=thirdparty%2Flibtool.git * ltmain.in (link mode): Allow GCC response files through. --- 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.