ads2gas: Use the correct perl string comparison operator
authorMartin Storsjo <martin@martin.st>
Wed, 15 May 2013 17:54:20 +0000 (20:54 +0300)
committerMartin Storsjo <martin@martin.st>
Wed, 15 May 2013 17:56:50 +0000 (20:56 +0300)
commit70977814679d84b314b2cf41d8e6b76c0868c21b
tree2b0a1f4b5b07d1d392bce01ea19a68ed7e9c4d1f
parent132422d9ab705bf8684939f425eab7780e58c2bc
ads2gas: Use the correct perl string comparison operator

Using == ended up matching no matter what string was passed in
(which so far only happened if when the -thumb parameter
was set).

Change-Id: Ifa7b611d016d984aec3b697b5a1a07839f7508dc
build/make/ads2gas.pl