summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-25 23:56:37 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-25 23:56:37 +0000
commit905b94adb175aacee1aaaed4ef48f99da7447d3e (patch)
treec8fa004c82ea848628f9b3cabb00df17cbcb3448 /extra
parent8852947daad111938ba951471566e634e8c2e2c9 (diff)
Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier
Diffstat (limited to 'extra')
-rw-r--r--extra/config/Makefile.in6
-rw-r--r--extra/locale/Makefile.in12
2 files changed, 9 insertions, 9 deletions
diff --git a/extra/config/Makefile.in b/extra/config/Makefile.in
index 280074519..625de7531 100644
--- a/extra/config/Makefile.in
+++ b/extra/config/Makefile.in
@@ -32,10 +32,10 @@ endif
endif
endif
-HOSTCFLAGS-config := -I.
+BUILD_CFLAGS-config := -I.
-HOSTCFLAGS-mconf.o := $(HOSTNCURSES)
-HOSTCFLAGS-lxdialog := $(HOSTNCURSES)
+BUILD_CFLAGS-mconf.o := $(HOSTNCURSES)
+BUILD_CFLAGS-lxdialog := $(HOSTNCURSES)
BUILD_LDFLAGS-mconf := $(HOSTLIBNCURSES)
diff --git a/extra/locale/Makefile.in b/extra/locale/Makefile.in
index 7f7b7a92c..0b17ffb1e 100644
--- a/extra/locale/Makefile.in
+++ b/extra/locale/Makefile.in
@@ -10,16 +10,16 @@ WGET := wget --passive-ftp
LOCALE_DATA_FILENAME := uClibc-locale-030818.tgz
-HOSTCFLAGS-locale-common := -D__UCLIBC_GEN_LOCALE
+BUILD_CFLAGS-locale-common := -D__UCLIBC_GEN_LOCALE
-HOSTCFLAGS-gen_wc8bit := $(HOSTCFLAGS-locale-common) -DCTYPE_PACKED=1
+BUILD_CFLAGS-gen_wc8bit := $(BUILD_CFLAGS-locale-common) -DCTYPE_PACKED=1
-HOSTCFLAGS-gen_wctype := $(HOSTCFLAGS-locale-common)
+BUILD_CFLAGS-gen_wctype := $(BUILD_CFLAGS-locale-common)
-HOSTCFLAGS-gen_ldc :=
+BUILD_CFLAGS-gen_ldc :=
ifeq ($(UCLIBC_HAS_WCHAR),y)
-HOSTCFLAGS-gen_wc8bit += -DDO_WIDE_CHAR=1
-HOSTCFLAGS-gen_ldc += -D__WCHAR_ENABLED=1
+BUILD_CFLAGS-gen_wc8bit += -DDO_WIDE_CHAR=1
+BUILD_CFLAGS-gen_ldc += -D__WCHAR_ENABLED=1
endif
DEPH-locale := $(top_builddir)include/bits/sysnum.h