Commit 6cef6419 by Doug Evans

(CPP_PREDEFINES): Add -Acpu and -Amachine.

(DBX_DEBUGGING_INFO): Define.

From-SVN: r8536
parent 2029232e
...@@ -22,11 +22,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -22,11 +22,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m88k/m88k.h" #include "m88k/m88k.h"
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dm88000 -Dm88k" #define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu(m88k) -Amachine(m88k)"
#undef DBX_DEBUGGING_INFO #undef DBX_DEBUGGING_INFO
#define SDB_DEBUGGING_INFO #define SDB_DEBUGGING_INFO
/* Output DBX (stabs) debugging information if using -gstabs. */
#define DBX_DEBUGGING_INFO
#undef PREFERRED_DEBUGGING_TYPE #undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE SDB_DEBUG #define PREFERRED_DEBUGGING_TYPE SDB_DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment