diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-24 23:10:44 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-08-24 23:10:44 +0300 |
commit | 211781482634dd53e068b4b78f0b3dd624f2a27f (patch) | |
tree | bb4d826cc1884c9ea49f00ca07618f2d34f89035 /cross | |
parent | 07f87b113e25a26b1c9f05028a3a7621162860ac (diff) | |
download | meson-211781482634dd53e068b4b78f0b3dd624f2a27f.zip meson-211781482634dd53e068b4b78f0b3dd624f2a27f.tar.gz meson-211781482634dd53e068b4b78f0b3dd624f2a27f.tar.bz2 |
Get sizeof info from cross file if it exists and write an error if it can not be determined.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/ubuntu-armhf.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt new file mode 100644 index 0000000..3363d7c --- /dev/null +++ b/cross/ubuntu-armhf.txt @@ -0,0 +1,8 @@ +name = 'linux' +c = '/usr/bin/arm-linux-gnueabihf-gcc' +cpp = '/usr/bin/arm-linux-gnueabihf-g++' +root = '/usr/arm-linux-gnueabihf' +pkg-config = '/usr/bin/arm-linux-gnueabihf-pkg-config' + +sizeof_int = 4 +sizeof_wchar_t = 4 |