1 --- u-boot-1.1.1/tools/Makefile Mon Sep 27 03:34:12 2004
2 +++ u-boot-1.1.1/tools/Makefile Mon Sep 27 03:34:52 2004
4 # multiple symbol definitions are treated as errors, hence the
5 # -multiply_defined suppress option to turn off this error.
7 -ifeq ($(HOSTOS)-$(HOSTARCH),darwin-ppc)
8 -HOST_CFLAGS = -traditional-cpp -Wall
9 -HOST_LDFLAGS =-multiply_defined suppress
10 -HOST_ENVIRO_CFLAGS = -traditional-cpp
11 +#ifeq ($(HOSTOS)-$(HOSTARCH),darwin-ppc)
12 +#HOST_CFLAGS = -traditional-cpp -Wall
13 +#HOST_LDFLAGS =-multiply_defined suppress
14 +#HOST_ENVIRO_CFLAGS = -traditional-cpp
17 -ifeq ($(HOSTOS)-$(HOSTARCH),netbsd-ppc)
18 -HOST_CFLAGS = -Wall -pedantic
22 +#ifeq ($(HOSTOS)-$(HOSTARCH),netbsd-ppc)
23 +#HOST_CFLAGS = -Wall -pedantic
25 +#HOST_ENVIRO_CFLAGS =
32 HOST_CFLAGS = -Wall -pedantic
41 # Cygwin needs .exe files :-(