summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/alpha/vxworks.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/alpha/vxworks.h')
-rw-r--r--contrib/gcc/config/alpha/vxworks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc/config/alpha/vxworks.h b/contrib/gcc/config/alpha/vxworks.h
index 6dee4b3..7ef1fee 100644
--- a/contrib/gcc/config/alpha/vxworks.h
+++ b/contrib/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. */
OpenPOWER on IntegriCloud