[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r17096 - in /trunk/libc: ChangeLog.eglibc sunrpc/Makefile timezone/Makefile
- To: commits@xxxxxxxxxx
- Subject: [Commits] r17096 - in /trunk/libc: ChangeLog.eglibc sunrpc/Makefile timezone/Makefile
- From: maxim@xxxxxxxxxx
- Date: Sat, 11 Feb 2012 01:19:29 -0000
Author: maxim
Date: Sat Feb 11 01:19:29 2012
New Revision: 17096
Log:
2012-02-10 Paul Pluzhnikov <ppluzhnikov@xxxxxxxxxx>
* timezone/Makefile: Use BUILD_CC instead of 'gcc'.
* sunrpc/Makefile: Likewise.
Modified:
trunk/libc/ChangeLog.eglibc
trunk/libc/sunrpc/Makefile
trunk/libc/timezone/Makefile
Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Sat Feb 11 01:19:29 2012
@@ -1,3 +1,8 @@
+2012-02-10 Paul Pluzhnikov <ppluzhnikov@xxxxxxxxxx>
+
+ * timezone/Makefile: Use BUILD_CC instead of 'gcc'.
+ * sunrpc/Makefile: Likewise.
+
2012-02-08 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* locale/localeinfo.h: Condition <tls.h> include and
Modified: trunk/libc/sunrpc/Makefile
==============================================================================
--- trunk/libc/sunrpc/Makefile (original)
+++ trunk/libc/sunrpc/Makefile Sat Feb 11 01:19:29 2012
@@ -175,11 +175,11 @@
$(+link)
$(addprefix $(objpfx)cross-,$(rpcgen-objs)): $(objpfx)cross-%.o: %.c
- gcc $< -c -D_RPC_THREAD_SAFE_ -D_CROSS_RPCGEN_ \
+ $(BUILD_CC) $< -c -D_RPC_THREAD_SAFE_ -D_CROSS_RPCGEN_ \
$(OUTPUT_OPTION) $(compile-mkdep-flags)
$(objpfx)cross-rpcgen: $(addprefix $(objpfx)cross-,$(rpcgen-objs))
- gcc $^ -o $@
+ $(BUILD_CC) $^ -o $@
# This makes sure -DNOT_IN_libc is passed for all these modules.
cpp-srcs-left := $(rpcgen-objs:.o=.c)
Modified: trunk/libc/timezone/Makefile
==============================================================================
--- trunk/libc/timezone/Makefile (original)
+++ trunk/libc/timezone/Makefile Sat Feb 11 01:19:29 2012
@@ -181,11 +181,11 @@
$(objpfx)zic: $(addprefix $(objpfx), $(zic-objs))
$(addprefix $(objpfx)cross-,$(zic-objs)): $(objpfx)cross-%.o: %.c
- gcc $< -c $(OUTPUT_OPTION) $(CFLAGS-$*.c) $(CPPFLAGS-$*) \
+ $(BUILD_CC) $< -c $(OUTPUT_OPTION) $(CFLAGS-$*.c) $(CPPFLAGS-$*) \
-DCROSS_ZIC $(compile-mkdep-flags)
$(objpfx)cross-zic: $(addprefix $(objpfx)cross-,$(zic-objs))
- gcc $(addprefix $(objpfx)cross-,$(zic-objs)) -o $@
+ $(BUILD_CC) $(addprefix $(objpfx)cross-,$(zic-objs)) -o $@
tz-cflags = -DTZDIR='"$(zonedir)"' \
-DTZDEFAULT='"$(localtime-file)"' \
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits