https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235293
--- Comment #2 from [email protected] --- In the referenced GCC file, the sed expression is constructed in several steps, one input is hardfp_float_modes := sf df which is transformed via hardfp_mode_regexp := $(shell echo $(hardfp_float_modes) | sed 's/ /\\|/g') which is used in hardfp_defines_for = \ $(shell echo $1 | \ sed 's/\(.*\)\($(hardfp_mode_regexp)\)\($(hardfp_suffix_regexp)\|\)$$/-DFUNC=__& -DOP_\1\3 -DTYPE=\2/') So, it is difficult to use another regex. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
