mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Fix typo retrun→return in 0001-fix-configure-for-gcc14.patch
Signed-off-by: Pieter Pas <pieter.p.dev@outlook.com>
This commit is contained in:
parent
06fad54c84
commit
47e6217614
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user