Skip to content

Commit 2876d88

Browse files
committed
More missing -u
1 parent 22a52c9 commit 2876d88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ports/espressif/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ CFLAGS += -DSTACK_CANARY_VALUE=0xa5a5a5a5
150150
REGISTRATION_FUNCTIONS = \
151151
-u ld_include_highint_hdl \
152152
-u __cxx_fatal_exception \
153+
-u __cxx_init_dummy \
154+
-u __cxa_guard_dummy \
153155
-u esp_app_desc \
154156
-u esp_timer_init_include_func \
155157
-u uart_vfs_include_dev_init \
@@ -164,8 +166,10 @@ REGISTRATION_FUNCTIONS = \
164166
-u esp_libc_include_assert_impl \
165167
-u esp_libc_include_getentropy_impl \
166168
-u esp_libc_include_init_funcs \
169+
-u esp_libc_init_funcs \
167170
-u include_esp_phy_override \
168-
-u vfs_include_syscalls_impl
171+
-u vfs_include_syscalls_impl \
172+
-u esp_vfs_include_nullfs_register
169173

170174

171175
#Debugging/Optimization

0 commit comments

Comments
 (0)