source:
patches/eglibc-2.10.1-2-fixes-1.patch@
0bf41523
Last change on this file since 0bf41523 was adde8f6, checked in by , 15 years ago | |
---|---|
|
|
File size: 1.9 KB |
-
elf/ldd.bash.in
Submitted By: Jim Gifford (jim at cross-lfs dot org) Date: 07-27-2009 Initial Package Version: 2.10.1 Origin: Upstream Upstream Status: Applied Description: These are fixes eglibc-2.10.1, and should be rechecked periodically. diff -Naur libc.orig/elf/ldd.bash.in libc/elf/ldd.bash.in
old new 1 #! @BASH@1 #! /bin/bash 2 2 # Copyright (C) 1996-2008, 2009 Free Software Foundation, Inc. 3 3 # This file is part of the GNU C Library. 4 4 -
sunrpc/Makefile
diff -Naur libc.orig/sunrpc/Makefile libc/sunrpc/Makefile
old new 144 144 $(+link) 145 145 146 146 $(addprefix $(objpfx)cross-,$(rpcgen-objs)): $(objpfx)cross-%.o: %.c 147 gcc$< -c -D_RPC_THREAD_SAFE_ -D_CROSS_RPCGEN_ \147 $(BUILD_CC) $< -c -D_RPC_THREAD_SAFE_ -D_CROSS_RPCGEN_ \ 148 148 $(OUTPUT_OPTION) $(compile-mkdep-flags) 149 149 150 150 $(objpfx)cross-rpcgen: $(addprefix $(objpfx)cross-,$(rpcgen-objs)) 151 gcc$^ -o $@151 $(BUILD_CC) $^ -o $@ 152 152 153 153 # This makes sure -DNOT_IN_libc is passed for all these modules. 154 154 cpp-srcs-left := $(rpcgen-objs:.o=.c) -
timezone/Makefile
diff -Naur libc.orig/timezone/Makefile libc/timezone/Makefile
old new 181 181 $(objpfx)zic: $(addprefix $(objpfx), $(zic-objs)) 182 182 183 183 $(addprefix $(objpfx)cross-,$(zic-objs)): $(objpfx)cross-%.o: %.c 184 gcc$< -c $(OUTPUT_OPTION) $(CFLAGS-$*.c) $(CPPFLAGS-$*) \184 $(BUILD_CC) $< -c $(OUTPUT_OPTION) $(CFLAGS-$*.c) $(CPPFLAGS-$*) \ 185 185 -DCROSS_ZIC $(compile-mkdep-flags) 186 186 187 187 $(objpfx)cross-zic: $(addprefix $(objpfx)cross-,$(zic-objs)) 188 gcc$(addprefix $(objpfx)cross-,$(zic-objs)) -o $@188 $(BUILD_CC) $(addprefix $(objpfx)cross-,$(zic-objs)) -o $@ 189 189 190 190 tz-cflags = -DTZDIR='"$(zonedir)"' \ 191 191 -DTZDEFAULT='"$(localtime-file)"' \
Note:
See TracBrowser
for help on using the repository browser.