]> git.ipfire.org Git - ipfire-2.x.git/blame - lfs/glibc
Config: Set PREFIX either to TOOLS_DIR or /usr
[ipfire-2.x.git] / lfs / glibc
CommitLineData
cd1a2927 1###############################################################################
cd1a2927 2# #
70df8302 3# IPFire.org - A linux based firewall #
11b5e5cb 4# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
70df8302
MT
5# #
6# This program is free software: you can redistribute it and/or modify #
cd1a2927 7# it under the terms of the GNU General Public License as published by #
70df8302 8# the Free Software Foundation, either version 3 of the License, or #
cd1a2927
MT
9# (at your option) any later version. #
10# #
70df8302 11# This program is distributed in the hope that it will be useful, #
cd1a2927
MT
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
70df8302 17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
cd1a2927 18# #
cd1a2927
MT
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include Config
26
65a75e0d 27VER = 2.27
cd1a2927 28
dd714b8a 29THISAPP = glibc-$(VER)
65a75e0d 30DL_FILE = $(THISAPP).tar.xz
7a98bae5 31DL_FROM = $(URL_IPFIRE)
cd1a2927 32DIR_APP = $(DIR_SRC)/$(THISAPP)
cd1a2927 33
6c4cc7ea 34# Normal build or $(TOOLS_DIR) build.
cd1a2927
MT
35#
36ifeq "$(ROOT)" ""
37 TARGET = $(DIR_INFO)/$(THISAPP)
af4bfa79 38 EXTRA_CONFIG = \
2435f0cb 39 --build=$(BUILDTARGET) \
af4bfa79 40 --prefix=/usr \
dfa795eb
MT
41 --libexecdir=/usr/lib/glibc \
42 --enable-stack-protector=strong
cd1a2927
MT
43else
44 TARGET = $(DIR_INFO)/$(THISAPP)-tools
af4bfa79 45 EXTRA_CONFIG = \
12788f63
MT
46 --host=$(CROSSTARGET) \
47 --build=$(BUILDTARGET) \
6c4cc7ea
MT
48 --prefix=$(TOOLS_DIR) \
49 --with-headers=$(TOOLS_DIR)/include \
12788f63 50 libc_cv_forced_unwind=yes \
6b9f806e 51 libc_cv_c_cleanup=yes
cd1a2927
MT
52endif
53
6b9f806e
MT
54# Enable some extra optimization for the glibc code
55CFLAGS = -O3 -DNDEBUG -fasynchronous-unwind-tables -fPIC -DPIC
12788f63 56
dc7d6b20 57ifeq "$(BUILD_ARCH)" "armv7hl"
de1928cc
MT
58 CFLAGS += -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard
59endif
60
dc7d6b20 61ifeq "$(BUILD_ARCH)" "i586"
11b5e5cb
AF
62 CFLAGS += -march=i586 -mtune=generic -mindirect-branch=thunk -mfunction-return=thunk -mno-tls-direct-seg-refs
63endif
64
65ifeq "$(BUILD_ARCH)" "x86_64"
66 CFLAGS += -mindirect-branch=thunk -mfunction-return=thunk
12788f63
MT
67endif
68
6b9f806e 69# Disable hardware FP for armv5tel
dc7d6b20 70ifeq "$(BUILD_ARCH)" "armv5tel"
51f9e7ac 71 EXTRA_CONFIG += \
1d2919b2 72 --without-fp
51f9e7ac
MT
73endif
74
af4bfa79
MT
75# Add some general configuration flags
76EXTRA_CONFIG += \
3e477b7d 77 --enable-obsolete-rpc \
af4bfa79 78 --disable-profile \
6b9f806e 79 --enable-kernel=3.2 \
af4bfa79
MT
80 --enable-add-ons \
81 --without-selinux \
82 --enable-experimental-malloc \
65a75e0d
MT
83 --enable-bind-now \
84 --enable-obsolete-rpc \
85 --disable-nss-crypt
af4bfa79 86
cd1a2927
MT
87###############################################################################
88# Top-level Rules
89###############################################################################
90
ce346d23 91objects = $(DL_FILE)
cd1a2927
MT
92
93$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
94
65a75e0d 95$(DL_FILE)_MD5 = 898cd5656519ffbc3a03fe811dd89e82
cd1a2927
MT
96
97install : $(TARGET)
98
99check : $(patsubst %,$(DIR_CHK)/%,$(objects))
100
101download :$(patsubst %,$(DIR_DL)/%,$(objects))
102
103md5 : $(subst %,%_MD5,$(objects))
104
105###############################################################################
106# Downloading, checking, md5sum
107###############################################################################
108
109$(patsubst %,$(DIR_CHK)/%,$(objects)) :
110 @$(CHECK)
111
112$(patsubst %,$(DIR_DL)/%,$(objects)) :
113 @$(LOAD)
114
115$(subst %,%_MD5,$(objects)) :
116 @$(MD5)
117
118###############################################################################
119# Installation Details
120###############################################################################
121
122$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
123 @$(PREBUILD)
6b9f806e 124 @rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd1a2927 125 @mkdir $(DIR_SRC)/glibc-build
12788f63 126
15a2c03f
MT
127 cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc-localedef-no-archive.patch
128
dc7d6b20
MT
129ifneq "$(TOOLCHAIN)" "1"
130 ifeq "$(BUILD_ARCH)" "x86_64"
81aa9714
MT
131 cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib64 -Wl,-dynamic-linker=/lib64/ld-linux-x86-64.so.2 -o|' \
132 scripts/test-installation.pl
dc7d6b20
MT
133 endif
134
135 ifeq "$(BUILD_ARCH)" "i586"
dd714b8a
MT
136 cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
137 scripts/test-installation.pl
dc7d6b20
MT
138 endif
139
140 ifeq "$(BUILD_ARCH)" "armv5tel"
141 cd $(DIR_APP) && sed -i 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.3 -o|' \
142 scripts/test-installation.pl
143 endif
51f9e7ac 144endif
9b0ff0a0 145
12788f63
MT
146 cd $(DIR_SRC)/glibc-build && \
147 CFLAGS="$(CFLAGS) -fno-asynchronous-unwind-tables" \
148 $(DIR_APP)/configure $(EXTRA_CONFIG)
3a317084 149
12788f63 150 cd $(DIR_SRC)/glibc-build && make PARALLELMFLAGS=$(MAKETUNING) \
c51823b2 151 CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"
3a317084 152
65a75e0d
MT
153 cd $(DIR_APP) && sed '/test-installation/s@\$$(PERL)@echo not running@' -i Makefile
154
6b9f806e 155 cd $(DIR_SRC)/glibc-build && make install
cd1a2927 156
b7093f17 157ifneq "$(TOOLCHAIN)" "1"
12788f63 158 # Creating the locales
cd1a2927 159 mkdir -p /usr/lib/locale
4e3ce543 160 cd $(DIR_SRC)/glibc-build && make localedata/install-locales
c1c60dbb
MT
161
162 # Timezone data will be shipped by tzdata.
163 rm -rfv /usr/share/zoneinfo
cd1a2927 164endif
dc7d6b20 165
fe2adb0c
MT
166ifeq "$(TOOLCHAIN)" "1"
167 # Test the linker in toolchain
168 cd $(DIR_APP) && echo "int main() { return 0; }" > dummy.c
169 cd $(DIR_APP) && $(CROSSTARGET)-gcc dummy.c -o dummy
170
6c4cc7ea
MT
171 # Must be using a runtime linker from $(TOOLS_DIR)
172 cd $(DIR_APP) && readelf -l dummy | grep "Requesting program interpreter: $(TOOLS_DIR)"
fe2adb0c
MT
173 cd $(DIR_APP) && rm -vf dummy dummy.c
174endif
175
cd1a2927
MT
176 @rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build
177 @$(POSTBUILD)