From 35d36bf8fa2d483965a57ee0c7d7a997e8798273 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Wed, 19 Oct 2022 10:22:16 +0200 Subject: [PATCH] Do not force pcrel to 1 --- include/exec/cpu-defs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index ff81fff592..21309cf567 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -33,8 +33,6 @@ #include "cpu-param.h" -#define TARGET_TB_PCREL 1 - #ifndef TARGET_LONG_BITS # error TARGET_LONG_BITS must be defined in cpu-param.h #endif