add directory gnu
This commit is contained in:
19
gnu/gcc/gcc-2.2.2/config/pa-hpux.h
Normal file
19
gnu/gcc/gcc-2.2.2/config/pa-hpux.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "pa.h"
|
||||
|
||||
/* Make GCC agree with types.h. */
|
||||
#define SIZE_TYPE "unsigned int"
|
||||
|
||||
/* HPUX doesn't use any debugging format that GCC knows about. */
|
||||
#undef DBX_DEBUGGING_INFO
|
||||
|
||||
/* Like the default, except no -lg. */
|
||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
|
||||
/* Control how gcc finds libgcc.a and how it passes -L options. */
|
||||
#define LINK_LIBGCC_SPECIAL
|
||||
#define RELATIVE_PREFIX_NOT_LINKDIR
|
||||
|
||||
#define HAVE_ATEXIT
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE"
|
||||
Reference in New Issue
Block a user