> Ugh. Can we fix this once and for all? Win32 adds the A, Linux and OS X do > not. Perhaps we should just introduce a global variable in the TCL that > defines the platform type. Similar to __LINUX__, __WIN32__, __DARWIN__ that > gcc emits. Then the problematic devices can use the appropriate value > automatically. > > Thoughts?
I don't particularly like the idea of opening up for communication between the OS and Tcl. Where will it end? Separate config files for same hardware depending on host OS? Stuff can be shared between config files if need be using "source". -- Øyvind Harboe PayBack incident management system Reduce costs and increase quality, free Starter Edition http://www.payback.no/index_en.html _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
