Commit d719e60c authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Allow for warning-free passing of -Wl options on config command line. One

possible usage is to pass -Wl,-z,-noexecstack on Linux to ensure the stack
is marked non-executable. Well, -Wa,--noexecstack works fine too...
parent 0cb9d93d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -724,7 +724,7 @@ PROCESS_ARGS:
			}
		elsif (/^[-+]/)
			{
			if (/^-[lL](.*)$/)
			if (/^-[lL](.*)$/ or /^-Wl,/)
				{
				$libs.=$_." ";
				}