mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
* x86_64 added
This commit is contained in:
parent
b0ea6b1379
commit
4afbd766cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user