patch applied (ghc): Remove references to -fticky-ticky flag

Kirsten Chevalier chevalier at alum.wellesley.edu
Wed May 2 22:11:38 EDT 2007


Mon Apr 30 22:37:19 PDT 2007  Tim Chevalier <chevalier at alum.wellesley.edu>
  * Remove references to -fticky-ticky flag
  
  -ticky is the command-line flag for ticky-ticky profiling now, but
  internally, the -fticky-ticky flag was used to represent whether ticky
  was on. This led to link errors if the user supplied -fticky-ticky but
  not -ticky (ticky code would be generated but the wrong RTS library
  would be passed to the linker). I removed references to -fticky-ticky
  -- now, only the way flags dictate whether ticky is on, and
  -fticky-ticky is no longer accepted as a command-line option.

    M ./compiler/main/StaticFlags.hs -5 +2



More information about the Cvs-ghc mailing list