diff options
author | Pieter P <pieter.p.dev@outlook.com> | 2024-06-02 19:56:30 +0200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2024-06-04 13:12:43 +1200 |
commit | 47e62176143e2b91de71d1249be7e734ac895725 (patch) | |
tree | 2aef79001103e271780139054bb754f656991116 /packages | |
parent | 06fad54c849004777267aadc504096947181de28 (diff) | |
download | crosstool-ng-47e62176143e2b91de71d1249be7e734ac895725.tar.gz crosstool-ng-47e62176143e2b91de71d1249be7e734ac895725.tar.bz2 crosstool-ng-47e62176143e2b91de71d1249be7e734ac895725.zip |
Fix typo retrun→return in 0001-fix-configure-for-gcc14.patch
Signed-off-by: Pieter Pas <pieter.p.dev@outlook.com>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch b/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch index c91bbdc0..75bd75c1 100644 --- a/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch +++ b/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch @@ -95,7 +95,7 @@ diff -Naur libelf-0.8.13-orig/configure libelf-0.8.13/configure memmove(buf + 1, buf, 9); if (strcmp(buf, "0012345678")) exit(1); exit(0); -+ retrun 0; ++ return 0; } EOF if { (eval echo configure:2545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null |