diff lwlink/lwlink.h @ 179:606123758641

Added --sysroot support to lwlink and the ld wrapper script
author lost@l-w.ca
date Thu, 15 Sep 2011 17:08:16 -0600
parents fc8386b13399
children c6a38fd8bd33
line wrap: on
line diff
--- a/lwlink/lwlink.h	Fri Sep 09 22:08:07 2011 -0600
+++ b/lwlink/lwlink.h	Thu Sep 15 17:08:16 2011 -0600
@@ -120,6 +120,8 @@
 
 extern char *map_file;
 
+extern char *sysroot;
+
 #define __lwlink_E__ extern
 #else
 #define __lwlink_E__