delete_on_failed_compile.txt 391 B

12345678
  1. In certain circumstances, such as failure to obtain licenses, RVCT 2.2's armcc
  2. program still produces object files whose contents is junk. This causes build
  3. problems later as from Make's point of view those object files are "up to
  4. date" so the build tries to link them. Of course, these attempts at linking
  5. fail and the build is broken.
  6. This is a work around for that RVCT 2.2 problem.