diff options
Diffstat (limited to 'gcc/config/alpha/vxworks.h')
-rw-r--r-- | gcc/config/alpha/vxworks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/alpha/vxworks.h b/gcc/config/alpha/vxworks.h index 6dee4b3e721..7ef1feeb802 100644 --- a/gcc/config/alpha/vxworks.h +++ b/gcc/config/alpha/vxworks.h @@ -36,11 +36,11 @@ Boston, MA 02111-1307, USA. */ #undef LIB_SPEC #define LIB_SPEC "" -/* VxWorks uses object files, not loadable images. make linker just - combine objects. */ +/* VxWorks uses object files, not loadable images. Make linker just combine + objects. Also show using 32 bit mode and set start of text to 0. */ #undef LINK_SPEC -#define LINK_SPEC "-r" +#define LINK_SPEC "-r -taso -T 0" /* VxWorks provides the functionality of crt0.o and friends itself. */ |