Ticket #23944: patch-macos.gcc.inc.diff
File patch-macos.gcc.inc.diff, 392 bytes (added by raphael-st (Raphael Straub), 15 years ago) |
---|
-
build/macos.gcc.inc
old new 24 24 # invalidate any other reasons why the executable file might be covered by 25 25 # the GNU General Public License. 26 26 27 CPLUS = g++28 CONLY = gcc27 CPLUS = /usr/bin/g++ 28 CONLY = /usr/bin/gcc 29 29 COMPILE_ONLY = -c -MMD 30 30 PREPROC_ONLY = -E -x c 31 31 INCLUDE_KEY = -I