diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-26 03:02:48 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-26 03:02:48 (EDT) |
commit | 4e69fe2c9a25b16324b224d3d9c4dc3282989156 (patch) | |
tree | 8c539866f1839a6224961510186cfcb752fc4022 /archplats/dev/trunk | |
parent | bc6c27150536ba776fb366bb2b66ef43e7b096a2 (diff) |
Put arch and plat files under archplats/
Diffstat (limited to 'archplats/dev/trunk')
-rw-r--r-- | archplats/dev/trunk/arch | 5 | ||||
-rw-r--r-- | archplats/dev/trunk/plat | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/archplats/dev/trunk/arch b/archplats/dev/trunk/arch new file mode 100644 index 0000000..fecd1c8 --- /dev/null +++ b/archplats/dev/trunk/arch @@ -0,0 +1,5 @@ +Architecture: i686-linux-glibc +Description: IA-32 (Intel P6 microarchitecture), Linux, GNU C Library + +Architecture: amd64-linux-glibc +Description: AMD64, Linux, GNU C Library diff --git a/archplats/dev/trunk/plat b/archplats/dev/trunk/plat new file mode 100644 index 0000000..fbb1007 --- /dev/null +++ b/archplats/dev/trunk/plat @@ -0,0 +1,14 @@ +Platform: dev +Description: Development under chroot + +Platform: ao751h +Tags: pc +Description: Acer Aspire One AO751h + +Platform: dimension2400 +Tags: pc +Description: Dell Dimension 2400 + +Platform: x60 +Tags: pc +Description: Lenovo ThinkPad X60/X60s/X60t/T60 |