]> git.tdb.fi Git - builder.git/commit
Add more recognized architectures
authorMikko Rasa <tdb@tdb.fi>
Mon, 6 Oct 2014 21:47:21 +0000 (00:47 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 6 Oct 2014 22:07:31 +0000 (01:07 +0300)
commit081e13e6f146d1685bdcb1ec1c82752f4c6d264d
tree3fce34a1528d949506e16d2d6d532155d08b3071
parent2c1497133a0ad7e4a936365f9e5e8ccc0e9cba1a
Add more recognized architectures

Aliases can now resolve to multiple parts, so words like x86_64 or win32
can do the right thing.

The pc type was changed to x86, because that more accurately describes
the processor archetype.
source/architecture.cpp
source/architecture.h
source/gnucompiler.cpp