Adjust alpha for current linker.

(this is an artifact of the way I proceed for cleaning up stuff: I am
removing everything I don't understand, then I put it back when I find
the reason for which it's needed :) )
This commit is contained in:
espie 1999-01-24 13:12:40 +00:00
parent 067fd059de
commit eb82052148
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: openbsd.h,v 1.6 1999/01/22 22:40:17 espie Exp $ */
/* $OpenBSD: openbsd.h,v 1.7 1999/01/24 13:12:40 espie Exp $ */
/* vi:ts=8:
*/
@ -13,6 +13,10 @@
#define OBSD_HAS_DECLARE_OBJECT_NAME
#include <openbsd.h>
#undef ASM_WEAKEN_LABEL
/* alpha needs __start */
#undef LINK_SPEC
#define LINK_SPEC \
"%{!nostdlib:%{!r*:%{!e*:-e __start}}} -dc -dp %{assert*}"
/* run-time target specifications */
#define CPP_PREDEFINES "-D__unix__ -D__ANSI_COMPAT -Asystem(unix) \

View File

@ -1,4 +1,4 @@
/* $OpenBSD: openbsd.h,v 1.6 1999/01/22 22:40:17 espie Exp $ */
/* $OpenBSD: openbsd.h,v 1.7 1999/01/24 13:12:40 espie Exp $ */
/* vi:ts=8:
*/
@ -13,6 +13,10 @@
#define OBSD_HAS_DECLARE_OBJECT_NAME
#include <openbsd.h>
#undef ASM_WEAKEN_LABEL
/* alpha needs __start */
#undef LINK_SPEC
#define LINK_SPEC \
"%{!nostdlib:%{!r*:%{!e*:-e __start}}} -dc -dp %{assert*}"
/* run-time target specifications */
#define CPP_PREDEFINES "-D__unix__ -D__ANSI_COMPAT -Asystem(unix) \