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;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
cat <<EOF | gperf -m16 -l -t -C -F",0" \
|
cat <<EOF | gperf -l -t -C -F",0" \
|
||||||
--language=ANSI-C -Na_tokenize_aux \
|
--language=ANSI-C -Na_tokenize_aux \
|
||||||
| sed -e '/__gnu_inline__/d;s/\<\(__\|\)inline\>//g'
|
| sed -e '/__gnu_inline__/d;s/\<\(__\|\)inline\>//g'
|
||||||
%{
|
%{
|
||||||
|
|
Loading…
Reference in New Issue