Commit a864ca20 authored by dje's avatar dje
Browse files

(CPP_PREDEFINES): Add -Acpu and -Amachine.

(DBX_DEBUGGING_INFO): Define.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8536 138bc75d-0d04-0410-961f-82ee72b054a4
parent 3d7af8db
......@@ -22,11 +22,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m88k/m88k.h"
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dm88000 -Dm88k"
#define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu(m88k) -Amachine(m88k)"
#undef DBX_DEBUGGING_INFO
#define SDB_DEBUGGING_INFO
/* Output DBX (stabs) debugging information if using -gstabs. */
#define DBX_DEBUGGING_INFO
#undef PREFERRED_DEBUGGING_TYPE
#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