Skip to content

Commit 1feaaea

Browse files
committed
add note for banana pi
1 parent c9e1657 commit 1feaaea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stage0n_variables

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
# export CLFS_FPU=vfp
1919
# export CLFS_FLOAT=hard
2020
# export TINYBUILDDIR=/mnt/archiv/TinyCrossBuildPi
21+
#
22+
# This matches Banana Pi - currently under development
23+
#
24+
# export TINYTARGET=arm-linux-musleabihf
25+
# export TINYARCH=arm
26+
# export TINYCPU=armv7-a
27+
# export CLFS_FPU=neon-vfpv4
28+
# export CLFS_FLOAT=hard
29+
# export TINYBUILDDIR=/mnt/archiv/TinyCrossBuildBPi
2130

2231
CLFS=/mnt/archiv/TinyCrossBuild
2332
if [ -n "$TINYBUILDDIR" ] ; then

0 commit comments

Comments
 (0)