projects
/
platform
/
upstream
/
linaro-gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a156c
)
(NO_IMPLICIT_EXTERN_C): Define.
author
rms
<rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 1993 21:51:44 +0000
(21:51 +0000)
committer
rms
<rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 1993 21:51:44 +0000
(21:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6016
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/config/pa/pa-hpux.h
patch
|
blob
|
history
diff --git
a/gcc/config/pa/pa-hpux.h
b/gcc/config/pa/pa-hpux.h
index
b98b0cc
..
c1208cb
100644
(file)
--- a/
gcc/config/pa/pa-hpux.h
+++ b/
gcc/config/pa/pa-hpux.h
@@
-47,3
+47,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef LINK_SPEC
#define LINK_SPEC "-u main %{static: -a archive}%{g: -a archive}"
+
+/* hpux8 and later have C++ compatable include files, so do not
+ pretend they are `extern "C"'. */
+#define NO_IMPLICIT_EXTERN_C