diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-08 16:50:13 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-08 16:50:13 -0500 |
commit | 2b9c2845a9a7c0c6fb83ab6d4722f102f05c4da6 (patch) | |
tree | 234d34c9a5dcd5c20f2ce9e51712174a8d2875dc /main/fixtures | |
parent | 603992b847ab97bda474e543df005c99863a73f9 (diff) |
add the i586 architecture to arches.json
Diffstat (limited to 'main/fixtures')
-rw-r--r-- | main/fixtures/arches.json | 8 |
1 files changed, 8 insertions, 0 deletions
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" + } } ] |