Deleted Added
full compact
hpux.h (132718) hpux.h (161651)
1/* Definitions of target machine GNU compiler. IA-64 version.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3 Contributed by Steve Ellcey <sje@cup.hp.com> and
4 Reva Cuthbertson <reva@cup.hp.com>
5
6This file is part of GCC.
7
8GCC is free software; you can redistribute it and/or modify

--- 70 unchanged lines hidden (view full) ---

79 "%{!shared: \
80 %{mt|pthread:-lpthread} \
81 %{p:%{!mlp64:-L/usr/lib/hpux32/libp} \
82 %{mlp64:-L/usr/lib/hpux64/libp} -lprof} \
83 %{pg:%{!mlp64:-L/usr/lib/hpux32/libp} \
84 %{mlp64:-L/usr/lib/hpux64/libp} -lgprof} \
85 %{!symbolic:-lc}}"
86
1/* Definitions of target machine GNU compiler. IA-64 version.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3 Contributed by Steve Ellcey <sje@cup.hp.com> and
4 Reva Cuthbertson <reva@cup.hp.com>
5
6This file is part of GCC.
7
8GCC is free software; you can redistribute it and/or modify

--- 70 unchanged lines hidden (view full) ---

79 "%{!shared: \
80 %{mt|pthread:-lpthread} \
81 %{p:%{!mlp64:-L/usr/lib/hpux32/libp} \
82 %{mlp64:-L/usr/lib/hpux64/libp} -lprof} \
83 %{pg:%{!mlp64:-L/usr/lib/hpux32/libp} \
84 %{mlp64:-L/usr/lib/hpux64/libp} -lgprof} \
85 %{!symbolic:-lc}}"
86
87#ifndef CROSS_COMPILE
88#undef LIBGCC_SPEC
89#define LIBGCC_SPEC \
90 "%{shared-libgcc:%{!mlp64:-lgcc_s}%{mlp64:-lgcc_s_hpux64} -lgcc} \
91 %{!shared-libgcc:-lgcc}"
92#endif
93
94#undef SUBTARGET_SWITCHES
95#define SUBTARGET_SWITCHES \
96 { "ilp32", MASK_ILP32, "Generate ILP32 code" }, \
97 { "lp64", -MASK_ILP32, "Generate LP64 code" },
98
99#define MULTILIB_DEFAULTS { "milp32" }
100
101/* A C expression whose value is zero if pointers that need to be extended

--- 102 unchanged lines hidden ---
87#undef SUBTARGET_SWITCHES
88#define SUBTARGET_SWITCHES \
89 { "ilp32", MASK_ILP32, "Generate ILP32 code" }, \
90 { "lp64", -MASK_ILP32, "Generate LP64 code" },
91
92#define MULTILIB_DEFAULTS { "milp32" }
93
94/* A C expression whose value is zero if pointers that need to be extended

--- 102 unchanged lines hidden ---