Explorar o código

* x86_64 added

peter %!s(int64=21) %!d(string=hai) anos
pai
achega
4afbd766cf
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      install/cross/buildcrossbinutils

+ 5 - 0
install/cross/buildcrossbinutils

@@ -36,6 +36,7 @@ MYINTEL=i686
 BSD="freebsd netbsd openbsd"
 TARGETS_WIN="cygwin mingw32 msdosdjgpp"
 TARGETS_I386="${BSD} linux solaris darwin"
+TARGETS_X86_64="${BSD} linux"
 TARGETS_POWERPC="${BSD} linux darwin"
 TARGETS_SPARC="${BSD} linux solaris"
 #TARGETS_M68k=   
@@ -71,6 +72,10 @@ for OS in ${TARGETS_I386}; do
 TARGETS="${TARGETS} ${MYINTEL}-${OS}"
 done;
 
+for OS in ${TARGETS_X86_64}; do
+TARGETS="${TARGETS} x86_64-${OS}"
+done;
+
 for OS in ${TARGETS_POWERPC}; do
 TARGETS="${TARGETS} powerpc-${OS}"
 done;