gperf: remove -m option, not recognize by FreeBSD
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2efbdb76ba
commit
f747352c84
|
@ -75,7 +75,7 @@ do_c() {
|
|||
exit 1;
|
||||
fi;
|
||||
|
||||
cat <<EOF | gperf -m16 -l -t -C -F",0" \
|
||||
cat <<EOF | gperf -l -t -C -F",0" \
|
||||
--language=ANSI-C -Na_tokenize_aux \
|
||||
| sed -e '/__gnu_inline__/d;s/\<\(__\|\)inline\>//g'
|
||||
%{
|
||||
|
|
Loading…
Reference in New Issue