gcc/config/riscv64: Drop custom architecture defines for Haiku

* We decided to go with the more standadard __riscv, __riscv_xlen
* No references to these in Haiku source code

Change-Id: Ia3aa9c239a5313f404fad1163fac3334a10f0eb4
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/6199
Reviewed-by: X512 <danger_mail@list.ru>
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Alexander von Gluck IV 2023-03-12 09:51:55 -05:00 committed by Alex von Gluck IV
parent 934127e8f1
commit a370f9b4e0

View File

@ -22,12 +22,6 @@ along with GCC; see the file COPYING3. If not see
do \
{ \
builtin_define ("__HAIKU__"); \
if (POINTER_SIZE == 64) \
builtin_define ("__riscv64__"); \
else \
builtin_define ("__riscv32__"); \
builtin_define ("__RISCV__"); \
builtin_define ("__riscv__"); \
builtin_define ("__stdcall=__attribute__((__stdcall__))"); \
builtin_define ("__cdecl=__attribute__((__cdecl__))"); \
builtin_define ("__STDC_ISO_10646__=201103L"); \