Added linux/aarch64 as valid target.

This commit is contained in:
Jose Rubio
2019-08-19 16:55:11 +02:00
parent d59ec197e5
commit 0d115796c2
2 changed files with 18 additions and 3 deletions

View File

@@ -238,6 +238,16 @@ TIRPCINC =
# endif
#endif /* AMD64Architecture */
#ifdef AArch64Architecture
# ifndef OptimizedCDebugFlags
# define OptimizedCDebugFlags -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -fno-strict-aliasing
# endif
# define LinuxMachineDefines -D__aarch64__
# define ServerOSDefines XFree86ServerOSDefines -DDDXTIME
# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
#endif /* AArch64Architecture */
#ifdef PpcArchitecture
# ifndef OptimizedCDebugFlags
# define OptimizedCDebugFlags DefaultGcc2i386Opt