Skip to content

Commit

Permalink
xtensa: Add multilib for -fno-rtti to have both types of libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed May 11, 2022
1 parent fc3fa26 commit da03a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcc/config/xtensa/t-xtensa
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

$(out_object_file): gt-xtensa.h

MULTILIB_OPTIONS = mfix-esp32-psram-cache-issue
MULTILIB_DIRNAMES = esp32-psram
MULTILIB_OPTIONS = mfix-esp32-psram-cache-issue fno-rtti
MULTILIB_DIRNAMES = esp32-psram no-rtti

0 comments on commit da03a73

Please sign in to comment.