- add a macro to check for ld and as flags
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 27 Jan 2006 15:45:56 +0000 (15:45 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 27 Jan 2006 15:45:56 +0000 (15:45 -0000)
commit08a1b5095d710c5d905056a9daa14a1acad5590b
tree2b3632bc1361c718d8f80b7c95240730b7f52d71
parent79af7d5debe2f40ca1128975167243d4bb00fb51
- add a macro to check for ld and as flags
  Very unreliable as e.g the ld check will see the flags supported by each emulation, not just the active one.
  good enough for now..
  Fix would be to crate one or more dummy .c files and accually try if a flag
  works.
Makefile
Rules.mak