Not sure if there are any static library files (*.lib, *.a) that you can link with the -mthumb specifier, but if there is, just add the following to your line above:
-l/path/to/library -Llibraryname
Then, of course, don't forget to include the header files for that library:
-I/path/to/headers