Ticket #41408: patch-imakemdep.h.diff
File patch-imakemdep.h.diff, 748 bytes (added by jmroot (Joshua Root), 10 years ago) |
---|
-
imakemdep.h
old new in this Software without prior written a 267 267 # if !defined (CROSSCOMPILE) || defined (CROSSCOMPILE_CPP) 268 268 269 269 # if defined(__APPLE__) 270 # define DEFAULT_CPP " /usr/bin/cpp"270 # define DEFAULT_CPP "::CPPCMD::" 271 271 # define DEFAULT_CC "cc" 272 272 # endif 273 273 # if defined(Lynx) || defined(__Lynx__) … … in this Software without prior written a 339 339 # define DEFAULT_CPP "/usr/X11R6/bin/cpp" 340 340 # endif 341 341 # endif 342 # if defined(__GNUC__) && !defined( USE_CC_E)342 # if defined(__GNUC__) && !defined(__clang__) && !defined(USE_CC_E) 343 343 # define USE_CC_E 344 344 # ifndef DEFAULT_CC 345 345 # define DEFAULT_CC "gcc"