Commit 7ccb4206 by Alexandre Oliva Committed by Alexandre Oliva

build-make (HOST_CFLAGS): Added `-DGENERATOR_FILE'.

* build-make (HOST_CFLAGS): Added `-DGENERATOR_FILE'.
* Makefile.in (HOST_CFLAGS): Mention build-make.

From-SVN: r38657
parent 2be28ee2
Wed Jan 3 12:22:32 2001 Alexandre Oliva <aoliva@redhat.com>
* build-make (HOST_CFLAGS): Added `-DGENERATOR_FILE'.
* Makefile.in (HOST_CFLAGS): Mention build-make.
Wed Jan 3 08:53:50 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Wed Jan 3 08:53:50 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/sparc/sparc.md (nonlocal_goto): Emit goto_handler_and_restore * config/sparc/sparc.md (nonlocal_goto): Emit goto_handler_and_restore
......
# Makefile for GNU C compiler. # Makefile for GNU C compiler.
# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995 # Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995
# 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. # 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
#This file is part of GNU CC. #This file is part of GNU CC.
...@@ -502,6 +502,8 @@ HOST_PREFIX= ...@@ -502,6 +502,8 @@ HOST_PREFIX=
# out of the way of the other rules for compiling the same source files. # out of the way of the other rules for compiling the same source files.
HOST_PREFIX_1=loser- HOST_PREFIX_1=loser-
HOST_CC=$(CC) HOST_CC=$(CC)
# If you change any of the following variables, check whether a
# similar change is needed in build-make.
HOST_CFLAGS=$(ALL_CFLAGS) -DGENERATOR_FILE HOST_CFLAGS=$(ALL_CFLAGS) -DGENERATOR_FILE
HOST_CLIB=$(CLIB) HOST_CLIB=$(CLIB)
HOST_LDFLAGS=$(LDFLAGS) HOST_LDFLAGS=$(LDFLAGS)
......
...@@ -11,7 +11,8 @@ CC = gcc -b $(host) ...@@ -11,7 +11,8 @@ CC = gcc -b $(host)
HOST_PREFIX=l- HOST_PREFIX=l-
HOST_PREFIX_1=$(HOST_PREFIX) HOST_PREFIX_1=$(HOST_PREFIX)
HOST_CC=$(CC) -b $(build) HOST_CC=$(CC) -b $(build)
HOST_CFLAGS=$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS) HOST_CFLAGS=$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS) \
-DGENERATOR_FILE
HOST_CLIB= HOST_CLIB=
HOST_LDFLAGS=$(LDFLAGS) HOST_LDFLAGS=$(LDFLAGS)
HOST_CPPFLAGS=$(ALL_CPPFLAGS) HOST_CPPFLAGS=$(ALL_CPPFLAGS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment