Install script generated for i386-linux uname -a output: Linux cfarm421 6.9.7-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.9.7-1 (2024-06-27) x86_64 GNU/Linux git status -uno: On branch release_3_2_4-branch Your branch is behind 'origin/release_3_2_4-branch' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: fpcsrc (new commits) modified: install/makepack no changes added to commit (use "git add" and/or "git commit -a") git diff: diff --git a/fpcsrc b/fpcsrc index ae0f84f..d78e289 160000 --- a/fpcsrc +++ b/fpcsrc @@ -1 +1 @@ -Subproject commit ae0f84fdd59477abda85687bbdb1f164e16e9a22 +Subproject commit d78e2897014a69f56a1cfb53c75335c4cc37ba0e diff --git a/install/makepack b/install/makepack index ec5810b..39912a6 100755 --- a/install/makepack +++ b/install/makepack @@ -226,7 +226,7 @@ if [[ ( "$FULLSOURCE" == "powerpc-linux" ) && ( -z "$CROSS" ) ]]; then export FPMAKE_SKIP_CONFIG="-n -XPpowerpc-linux-" fi -if [[ ( "$FULLSOURCE" == "x86_64-linux" ) && ( "$FULLTARGET" == "i386-linux" ) ]]; then +if [[ (( "$FULLSOURCE" == "x86_64-linux" ) ||( "`uname -m`" == "x86_64" )) && ( "$FULLTARGET" == "i386-linux" ) ]]; then export TEST_BINUTILSPREFIX=i386-linux- export BINUTILSPREFIX=i386-linux- GCC_EXTRA_OPTS="$GCC_EXTRA_OPTS -m32" fpcsrc git status -uno: On branch release_3_2_4-branch Your branch is up to date with 'origin/release_3_2_4-branch'. nothing to commit (use -u to show untracked files) fpcsrc git diff: fpcdocs git status -uno: On branch release_3_2_4-branch Your branch is up to date with 'origin/release_3_2_4-branch'. nothing to commit (use -u to show untracked files) fpcdocs git diff: