Architecture string can contain '.' now.

This commit is contained in:
Todd Gamblin 2014-01-26 02:28:17 -08:00
parent 14278fdf0a
commit a6b24f85df

View File

@ -1217,7 +1217,6 @@ def variant(self):
def architecture(self):
self.expect(ID)
self.check_identifier()
return self.token.value