diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-08-18 06:41:27 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-08-18 06:41:27 +0000 |
commit | b16a4815d88ffc52dfcbeb66763af7bfb0e8d210 (patch) | |
tree | 208db36d1e30cb3acb0813cbff8256d428f987d0 /gcc/config/pa/pa-hpux.h | |
parent | 67c775e52cb994f5b0aced91b7eb7048d2016fd2 (diff) | |
download | gcc-b16a4815d88ffc52dfcbeb66763af7bfb0e8d210.tar.gz |
* pa-hpux.h (DEFAULT_GDB_EXTENSIONS): Turn GDB extensions off.
* pa-hpux7.h (DEFAULT_GDB_EXTENSIONS): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5176 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-hpux.h')
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 1316f6ea0d2..2e5b150f5ee 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -36,6 +36,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* HPUX doesn't use any debugging format that GCC knows about. */ #undef DBX_DEBUGGING_INFO +#undef DEFAULT_GDB_EXTENSIONS +#define DEFAULT_GDB_EXTENSIONS 0 /* Like the default, except no -lg. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}" |