File tree 8 files changed +423
-3
lines changed
8 files changed +423
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage0n_variables
3
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage01_variables
4
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage02_variables
5
+
6
+ cd glib-2.42.1
7
+ ./configure --prefix=/usr --prefix=/usr --sysconfdir=/etc --host=${CLFS_TARGET}
8
+
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+
2
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage0n_variables
3
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage01_variables
4
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage02_variables
5
+
6
+ export PKG_CONFIG_PATH=/mnt/archiv/TinyCrossBuild/cross-tools/x86_64-linux-musl/lib/pkgconfig
7
+
8
+ cd glib-2.42.1
9
+ ./configure --cache-file=/tmp/glib.cache --prefix=/usr --prefix=/usr --sysconfdir=/etc --host=${CLFS_TARGET}
10
+ make
11
+ make install DESTDIR=${CLFS} /cross-tools/${CLFS_TARGET}
12
+
Original file line number Diff line number Diff line change
1
+
2
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage0n_variables
3
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage01_variables
4
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage02_variables
5
+
6
+ cd libffi-3.2.1
7
+ ./configure --prefix=/usr --prefix=/usr --sysconfdir=/etc --host=${CLFS_TARGET}
8
+ make
9
+ make install DESTDIR=${CLFS} /targetfs
10
+ make install DESTDIR=${CLFS} /cross-tools/${CLFS_TARGET}
11
+
Original file line number Diff line number Diff line change
1
+
2
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage0n_variables
3
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage01_variables
4
+ # source /home/mattias/Projekte/git/TinyCrossLinux/stage02_variables
5
+
6
+ cd pkg-config-0.28
7
+ ./configure --prefix=${CLFS} /cross-tools --target=${CLFS_TARGET} \
8
+ --with-sysroot=${CLFS} /cross-tools/${CLFS_TARGET} \
9
+ --with-internal-glib
10
+
11
+ make
12
+ make install # DESTDIR=/tmp/install.pkg-config
13
+
Original file line number Diff line number Diff line change
1
+
2
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage0n_variables
3
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage01_variables
4
+ source /home/mattias/Projekte/git/TinyCrossLinux/stage02_variables
5
+
6
+ cd qemu-2.2.0
7
+ ./configure --prefix=/usr --cross-prefix=${CLFS_TARGET} - \
8
+ --sysconfdir=/etc --libexecdir=/usr/lib/qemu \
9
+ --interp-prefix=/mnt/archiv/TinyCrossBuild/cross-tools \
10
+ --target-list=x86_64-softmmu,i386-linux-user,x86_64-linux-user
11
+
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source stage0n_variables
3
3
source stage01_variables
4
4
5
5
PKGNAME=linux-headers
6
- PKGVERSION=3.17.4
6
+ PKGVERSION=3.17.6
7
7
8
8
# Download
9
9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source stage01_variables
4
4
source stage02_variables
5
5
6
6
PKGNAME=linux
7
- PKGVERSION=3.17.4
7
+ PKGVERSION=3.17.6
8
8
9
9
if which bc ; then
10
10
echo ' ---> bc found in path continuing...'
@@ -38,7 +38,7 @@ tar xvJf ${SRCDIR}/${PKGNAME}-3.17.tar.xz
38
38
cd ${PKGNAME} -3.17
39
39
unxz -c ${SRCDIR} /patch-${PKGVERSION} .xz | patch -p1
40
40
# should be fixed in 3.17.5
41
- sed -i ' s%shell objdump%shell $(OBJDUMP)%g' arch/x86/boot/compressed/Makefile
41
+ # sed -i 's%shell objdump%shell $(OBJDUMP)%g' arch/x86/boot/compressed/Makefile
42
42
43
43
# Use the variable TINYKCONFIG to specify a custom kernel configuration!
44
44
KCONFIG=" ${wdir} /patches/config-3.17.3"
You can’t perform that action at this time.
0 commit comments