When the "with lowmem_builder" bcond is active, the string "--param
ggc-min-expand=20 --param ggc-min-heapsize=32768" is added to
RPM_OPT_FLAGS. In the course of the build, these parameters get passed on
to yasm-wrapper, making it unhappy.
http://tracker.ceph.com/issues/14811 Fixes: #14811
Signed-off-by: Nathan Cutler <ncutler@suse.com>
new="$new -f $1"
shift
;;
- -g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | --param* | -O* | -m* | -pipe )
+ -g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | --param* | -O* | -m* | -pipe | ggc-min* )
shift
;;
-I )
[ -n "$touch" ] && touch $touch
-true
\ No newline at end of file
+true