sed: fix compilation on FreeBSD/AMD64

SVN-Revision: 22499
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 14 years ago
parent 187ec5ae19
commit f45be33f17

@ -0,0 +1,12 @@
--- a/config/config.sub
+++ b/config/config.sub
@@ -380,6 +380,9 @@ case $basic_machine in
amd64)
basic_machine=x86_64-pc
;;
+ amd64-*)
+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
+ ;;
amdahl)
basic_machine=580-amdahl
os=-sysv
Loading…
Cancel
Save