Deleted Added
full compact
Makefile.in (119265) Makefile.in (122190)
1# Makefile for GNU C compiler.
2# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
3# 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4
5#This file is part of GCC.
6
7#GCC is free software; you can redistribute it and/or modify
8#it under the terms of the GNU General Public License as published by

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

396# Additional target-dependent options for compiling libgcc2.a.
397TARGET_LIBGCC2_CFLAGS =
398
399# Options to use when compiling crtbegin/end.
400CRTSTUFF_CFLAGS = -O2 $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \
401 -finhibit-size-directive -fno-inline-functions -fno-exceptions \
402 -fno-zero-initialized-in-bss
403
1# Makefile for GNU C compiler.
2# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997
3# 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4
5#This file is part of GCC.
6
7#GCC is free software; you can redistribute it and/or modify
8#it under the terms of the GNU General Public License as published by

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

396# Additional target-dependent options for compiling libgcc2.a.
397TARGET_LIBGCC2_CFLAGS =
398
399# Options to use when compiling crtbegin/end.
400CRTSTUFF_CFLAGS = -O2 $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) -g0 \
401 -finhibit-size-directive -fno-inline-functions -fno-exceptions \
402 -fno-zero-initialized-in-bss
403
404# Additional sources to handle exceptions; overridden on ia64.
404# Additional sources to handle exceptions; overridden by targets as needed.
405LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \
406 $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
407LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h
408
409# nm flags to list global symbols in libgcc object files.
410SHLIB_NM_FLAGS = -pg
411
412# List of extra executables that should be compiled for this target machine

--- 3341 unchanged lines hidden ---
405LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \
406 $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
407LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h
408
409# nm flags to list global symbols in libgcc object files.
410SHLIB_NM_FLAGS = -pg
411
412# List of extra executables that should be compiled for this target machine

--- 3341 unchanged lines hidden ---