summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-09-28 21:39:45 +0000
committerwdenk <wdenk>2004-09-28 21:39:45 +0000
commite1a3f6b39b46086954fc9746724e784b155d2402 (patch)
tree4ec13a0b08172ea6e7acf75084c75d536a969c4c /tools/Makefile
parentc65fdc74aa2c8ce6f7e500bb5dbf95425270adb9 (diff)
downloadtalos-obmc-uboot-e1a3f6b39b46086954fc9746724e784b155d2402.tar.gz
talos-obmc-uboot-e1a3f6b39b46086954fc9746724e784b155d2402.zip
* Patch by Yuli Barcohen, 19 Jul 2004:
- Fix host tools building in Cygwin environment - Fix header files search order for host tools * Patch by Tom Armistead, 19 Jul 2004: Fix kgdb.S support for 74xx_75x cpu
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 911543031e..d3dcc7d86e 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -96,12 +96,10 @@ endif
#
ifeq ($(HOSTOS),cygwin)
SFX = .exe
-HOST_CFLAGS += -D__WIN32__
else
SFX =
endif
-
#
# Include this after HOSTOS HOSTARCH check
# so that we can act intelligently.
@@ -111,7 +109,7 @@ include $(TOPDIR)/config.mk
#
# Use native tools and options
#
-CPPFLAGS = -I../include -I.. -DTEXT_BASE=$(TEXT_BASE) -DUSE_HOSTCC
+CPPFLAGS = -idirafter ../include -DTEXT_BASE=$(TEXT_BASE) -DUSE_HOSTCC
CFLAGS = $(HOST_CFLAGS) $(CPPFLAGS) -O
AFLAGS = -D__ASSEMBLY__ $(CPPFLAGS)
CC = $(HOSTCC)
OpenPOWER on IntegriCloud