ti-dspbios: Add Latest Versions (5.41.08/08)
[openembedded.git] / recipes / u-boot / u-boot-1.1.4 / u-boot-zzz-osx.patch
blobf9d52c7dfeb1c9b4246fba44255770e2165c6611
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
3 @@ -70,26 +70,26 @@
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
16 -else
17 -ifeq ($(HOSTOS)-$(HOSTARCH),netbsd-ppc)
18 -HOST_CFLAGS = -Wall -pedantic
19 -HOST_LDFLAGS =
20 -HOST_ENVIRO_CFLAGS =
21 +#else
22 +#ifeq ($(HOSTOS)-$(HOSTARCH),netbsd-ppc)
23 +#HOST_CFLAGS = -Wall -pedantic
24 +#HOST_LDFLAGS =
25 +#HOST_ENVIRO_CFLAGS =
28 # Everyone else
30 -else
31 +#else
32 HOST_CFLAGS = -Wall -pedantic
33 HOST_LDFLAGS =
34 HOST_ENVIRO_CFLAGS =
35 -endif
36 -endif
37 +#endif
38 +#endif
41 # Cygwin needs .exe files :-(