Remove BUILD_TARGET64

BUILD_TARGET64 creates a larger test matrix and mostly gates the
building of the aarch64/armv8 target, make that unconditional, which
would help fixing any issues with 64-bit address types anyway.

Rebased by Antonio Borneo after commit 1fbe8450a9 ("mips: Add
MIPS64 support")

Change-Id: I219f62b744d540d9dde9a42e6b63fd7d91df3dbb
Suggested-by: Matthias Welwarsky <matthias@welwarsky.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5240
Tested-by: jenkins
This commit is contained in:
Florian Fainelli
2019-06-17 15:46:11 -07:00
committed by Antonio Borneo
parent 5c8de6a725
commit 5c6e32612d
10 changed files with 3 additions and 61 deletions

View File

@@ -17,8 +17,6 @@
#include "config.h"
#endif
#if BUILD_TARGET64 == 1
#include "mips64.h"
#include "mips64_pracc.h"
@@ -1427,5 +1425,3 @@ int mips64_pracc_fastdata_xfer(struct mips_ejtag *ejtag_info,
return retval;
}
#endif /* BUILD_TARGET64 */