summaryrefslogtreecommitdiff
path: root/hvinfo.gpr
AgeCommit message (Collapse)Author
2016-04-01Crude support for building on non-x86 architectures.Daniil Baturin
Right now the CPUID procedure is made to return zeroes on non-x86 platforms through conditional compilation. A cleaner solution would be to use separate procedures and specify implementation through gprbuild directives.
2015-04-05Use build/ dir for object files.Daniil Baturin
2015-04-05Add a gprbuild script.Daniil Baturin