Ticket #42547: patch-imakemdep.h.diff
File patch-imakemdep.h.diff, 895 bytes (added by qbarnes (Quentin Barnes), 11 years ago) |
---|
-
(a) /tmp/imakemdep.h.orig vs. (b) imakemdep.h
a b 267 267 # if !defined (CROSSCOMPILE) || defined (CROSSCOMPILE_CPP) 268 268 269 269 # if defined(__APPLE__) 270 # define DEFAULT_CPP "/usr/bin/cpp" 271 # define DEFAULT_CC "cc" 270 # define DEFAULT_CC "__MACPORTS_CC__" 272 271 # endif 273 272 # if defined(Lynx) || defined(__Lynx__) 274 273 # define DEFAULT_CC "gcc" … … 339 338 # define DEFAULT_CPP "/usr/X11R6/bin/cpp" 340 339 # endif 341 340 # endif 342 # if defined(__GNUC__) && !defined( USE_CC_E)341 # if defined(__GNUC__) && !defined(__clang__) && !defined(USE_CC_E) 343 342 # define USE_CC_E 344 343 # ifndef DEFAULT_CC 345 344 # define DEFAULT_CC "gcc" … … 441 440 # ifdef __SH4NOFPU__ 442 441 "-D__SH4_NOFPU__", 443 442 # endif 444 # if def __GNUC__443 # if defined(__GNUC__) && !defined(__clang__) 445 444 "-traditional", 446 445 # endif 447 446 # endif