Skip to content

Commit d626344

Browse files
committed
Include g++ binaries to build C++ python dependencies
1 parent a35abd3 commit d626344

File tree

858 files changed

+368536
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

858 files changed

+368536
-3
lines changed

build/1-buildroot/gcc-target.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ index 00000000..4fc6d9b9
105105
+ --disable-lto
106106
+# Finally, we add some of our own flags
107107
+GCC_TARGET_CONF_OPTS += \
108-
+ --enable-languages=c \
108+
+ --enable-languages=c,c++ \
109109
+ --disable-boostrap \
110110
+ --disable-libgomp \
111111
+ --disable-nls \

build/3-python/install-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mkdir -p $PIP_TEMP
66

77
export PATH=/usr/libexec/gcc/arm-buildroot-linux-uclibcgnueabihf/11.4.0:$PATH
88
export CC=/usr/bin/gcc
9+
export CXX=/usr/bin/g++
910
export LD_LIBRARY_PATH=/lib:/usr/lib
1011
export HOME=$PIP_TEMP
1112
export TMPDIR=$PIP_TEMP

files/1-buildroot/bin/ash

0 Bytes
Binary file not shown.

files/1-buildroot/bin/base64

0 Bytes
Binary file not shown.

files/1-buildroot/bin/busybox

0 Bytes
Binary file not shown.

files/1-buildroot/bin/mktemp

0 Bytes
Binary file not shown.

files/1-buildroot/bin/sh

0 Bytes
Binary file not shown.

files/1-buildroot/lib/libatomic.a

0 Bytes
Binary file not shown.

files/1-buildroot/sbin/losetup

0 Bytes
Binary file not shown.

files/1-buildroot/usr/bin/c++

988 KB
Binary file not shown.

0 commit comments

Comments
 (0)