From: Jeff Law Date: Mon, 16 Aug 2021 23:03:56 +0000 (-0400) Subject: Drop embeded stabs from rl78 port X-Git-Tag: basepoints/gcc-13~5378 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=052bdc7f2ba4b56d1ff9625d69b97c23bc858309;p=thirdparty%2Fgcc.git Drop embeded stabs from rl78 port gcc/ * config.gcc (rl78-*-elf*): Do not include dbxelf.h. --- diff --git a/gcc/config.gcc b/gcc/config.gcc index 93e2b3219b99..7001a79b823a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3126,7 +3126,7 @@ rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*) default_use_cxa_atexit=yes ;; rl78-*-elf*) - tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}" + tm_file="elfos.h newlib-stdint.h ${tm_file}" target_has_targetm_common=no c_target_objs="rl78-c.o" cxx_target_objs="rl78-c.o"