diff options
author | Jeff Law <jlaw@localhost.localdomain> | 2021-08-16 19:03:56 -0400 |
---|---|---|
committer | Jeff Law <jlaw@localhost.localdomain> | 2021-08-16 19:05:06 -0400 |
commit | 052bdc7f2ba4b56d1ff9625d69b97c23bc858309 (patch) | |
tree | 7d31b6a022e8c28be3b685dd35ef20d3a15d7c3a /gcc/config.gcc | |
parent | 58608f64a76a06fa3652243618f931eed099068f (diff) | |
download | gcc-052bdc7f2ba4b56d1ff9625d69b97c23bc858309.zip gcc-052bdc7f2ba4b56d1ff9625d69b97c23bc858309.tar.gz gcc-052bdc7f2ba4b56d1ff9625d69b97c23bc858309.tar.bz2 |
Drop embeded stabs from rl78 port
gcc/
* config.gcc (rl78-*-elf*): Do not include dbxelf.h.
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 93e2b32..7001a79 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" |