summaryrefslogtreecommitdiffstats
path: root/strpool
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: modernize build systemLennart Poettering2012-05-201-3/+2
|
* build-sys: make libatasmart easily cross-compilableDiego Elio Pettenò2011-02-081-0/+28
Pick up the AX_CC_FOR_BUILD macro from autoconf-archive (improved, going to be sent there soon), then use that one to find the host's compiler. Build the strpool in a different directory, since you cannot override CC and other variables on a per-target basis yet. While this adds recursivity to the build system is the best hope you have to properly solve the cross-compilation. Update .gitignore accordingly to the above changes, and make sure bootstrap.sh search macro files in the m4 directory.