(LINK_SPEC): -r inhibits default -e.

From-SVN: r1410
This commit is contained in:
Richard Stallman 1992-07-03 21:01:50 +00:00
parent 483f4fb305
commit 197a114098
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Provide required defaults for linker -e and -d switches. */
#define LINK_SPEC \
"%{!nostdlib:%{!e*:-e start}} -dc -dp %{static:-Bstatic} %{assert*}"
"%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}"
/* Special flags to the Sun-4 assembler when using pipe for input. */