Skip to content

Commit

Permalink
Fix trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
WXbet committed Jul 9, 2024
1 parent dc3b0cd commit 3de7ca0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion s3
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ s3cfg="$configdir/simplebuild.config"

# Compiler settings
cc_warn="-W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition"
#compiling options for minimize cpu load
#compiling options for minimize cpu load
cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-schedule-insns"
#compiling options for compatibility
#cc_opts="-ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode"
Expand Down
4 changes: 2 additions & 2 deletions support/configs/plugin_update_toolchain.config.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ S3TUP_CONFIG_VERSION="71";
# @CC@ C compiler binary of the toolchain
# @RANLIB@ library archive indexer binary of the toolchain
# @PREFIX@ prefix folder for cross builds
# @HOST@ hostname of the toolchain
# @HOST@ hostname of the toolchain
# @TYPE@ toolchain type (ct-ng, freetz-ng, android-ndk)
# @ARCH@ architecture of the toolchain
# @BITNESS@ bitness of the toolchain (32, 64)
Expand All @@ -26,7 +26,7 @@ S3TUP_CONFIG_VERSION="71";
# @CPUS@ CPU number of the build system
# @VALIDATE@ Special validation function for some libraries (@VALIDATE@ "PCSC")

# You normally do *not* need to be root to build a toolchain using crosstool-NG. In fact, it is *VERY* dangerous to run as root,
# You normally do *not* need to be root to build a toolchain using crosstool-NG. In fact, it is *VERY* dangerous to run as root,
# as crosstool-NG will, as part of the build process, remove a few directories. If anything goes wrong, running as root can ruin your host distribution.
CTNG_BUILD_AS_ROOT="0"; # Enable/Disable build as root (1|0)

Expand Down
4 changes: 2 additions & 2 deletions support/functions/_sys_check
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prerequisites(){
e=$e$pad
e=${e:0:16}
$output "$r_l need\t$w_l$e$r_l $missing\n"
fi
fi
elif hash "$e" 2>/dev/null
then
einfo=$(type -pf "$e")
Expand Down Expand Up @@ -249,7 +249,7 @@ libdvbcsa_native_installer(){
echo -e "\ngit clone https://github.com/oe-mirrors/libdvbcsa.git /tmp/libdvbcsa" |& _log "$install_log" &>/dev/null
git clone https://github.com/oe-mirrors/libdvbcsa.git /tmp/libdvbcsa |& _log "$install_log" &>/dev/null
cd /tmp/libdvbcsa

echo -e "$w_l Building ${g_l}libdvbcsa$w_l..." | _log "$install_log"
echo -e "\n./bootstrap && ./configure $optimization" |& _log "$install_log" &>/dev/null
(./bootstrap && ./configure $optimization) |& _log "$install_log" &>/dev/null
Expand Down

0 comments on commit 3de7ca0

Please sign in to comment.