Fix libgcc not being in rom

fixes: https://github.com/espressif/arduino-esp32/issues/2758
This commit is contained in:
me-no-dev
2019-05-09 13:07:49 +03:00
parent 50d142950d
commit 7dd537f8d3
2 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ env.Append(
"-T", "esp32.common.ld",
"-T", "esp32.rom.ld",
"-T", "esp32.peripherals.ld",
"-T", "esp32.rom.libgcc.ld",
"-T", "esp32.rom.spiram_incompatible_fns.ld",
"-u", "ld_include_panic_highint_hdl",
"-u", "__cxa_guard_dummy",