diff options
| author | Alexey Neyman <stilor@att.net> | 2017-01-13 21:44:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-13 21:44:03 -0800 |
| commit | 8f1523abea5aee8c648529910a94a33683a96a4a (patch) | |
| tree | e9631de939785e8998faedf3eb26560b6ee0011c /Makefile.in | |
| parent | cbb045ab333df1047a6a9851c19c4b0b61442011 (diff) | |
| parent | 3bb2bcd2a328fb56332398783e91899ce3bc3556 (diff) | |
| download | crosstool-ng-8f1523abea5aee8c648529910a94a33683a96a4a.tar.gz crosstool-ng-8f1523abea5aee8c648529910a94a33683a96a4a.tar.bz2 crosstool-ng-8f1523abea5aee8c648529910a94a33683a96a4a.zip | |
Merge pull request #529 from stilor/gperf-3.1-fix
Add a check for gperf function signature.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 16ab72a0..4fb85bb7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,6 +69,7 @@ export objdump := @OBJDUMP@ export readelf := @READELF@ export patch := @PATCH@ export gperf := @GPERF@ +export gperf_len_type := @GPERF_LEN_TYPE@ export CC := @CC@ export CPP := @CPP@ export CPPFLAGS := @CPPFLAGS@ |
