From 2b9c2845a9a7c0c6fb83ab6d4722f102f05c4da6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 8 Dec 2011 16:50:13 -0500 Subject: add the i586 architecture to arches.json --- main/fixtures/arches.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'main/fixtures') diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json index 1e9dbc91..f7e7fdc0 100644 --- a/main/fixtures/arches.json +++ b/main/fixtures/arches.json @@ -30,5 +30,13 @@ "agnostic": false, "name": "mips64el" } + }, + { + "pk": 5, + "model": "main.arch", + "fields": { + "agnostic": false, + "name": "i586" + } } ] -- cgit v1.2.3-2-g168b