diff extra/ld @ 210:f481641b3371

Added ability to specify lwex target for ld
author lost
date Tue, 21 Apr 2009 03:47:24 +0000
parents 14878196ed5b
children
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