Problems adding GSM shield to Genuino 101

I am in the process of building a remote sensor for a project. A part of this sensor is to use a GSM shield to upload data to the cloud however when I try to compile using the GSM library I get the following error

WARNING: library GSM claims to run on [avr] architecture(s) and may be incompatible with your current board which runs on [arc32] architecture(s).

Any suggestions?

Thanks

Dave

I would open the library files and modify them to use the generic functions instead of AVR specific functions. If you could send the library files that the IDE is complaining about, I can provide some pointers...