changeset 210:f481641b3371

Added ability to specify lwex target for ld
author lost
date Tue, 21 Apr 2009 03:47:24 +0000
parents d6cba9d66979
children 51511cf1c9f8
files extra/ld
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extra/ld	Tue Apr 21 03:45:12 2009 +0000
+++ b/extra/ld	Tue Apr 21 03:47:24 2009 +0000
@@ -98,6 +98,10 @@
 			echo "-T scripts not supported";
 			exit 1;
 			;;
+		--format-lwex)
+			options="$options --format=lwex"
+			;;
+
 		-*)
 			echo "ld (m6809): unknown option $arg"
 			exit 1