mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 18:37:36 +08:00
* alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake.
From-SVN: r22796
This commit is contained in:
parent
04682bc777
commit
4d77340e3d
@ -1,3 +1,7 @@
|
||||
Sat Oct 3 19:01:03 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake.
|
||||
|
||||
Sat Oct 3 14:42:19 1998 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* PROJECTS: Remove template friends.
|
||||
|
@ -24,7 +24,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES \
|
||||
"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG " SUB_CPP_PREDEFINES
|
||||
"-Dlinux -Dunix -Asystem(linux) -D_LONGLONG -D__alpha__ " \
|
||||
SUB_CPP_PREDEFINES
|
||||
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "%{pg:-lgmon} %{pg:-lc_p} %{!pg:-lc}"
|
||||
|
Loading…
Reference in New Issue
Block a user