branch | GCC_SURGE |
changeset 239 | 03e4121ce0f8 |
parent 0 | a41df078684a |
238:959c796a6191 | 239:03e4121ce0f8 |
---|---|
34 source up_dll_tls.cpp up_dll_file.cpp |
34 source up_dll_tls.cpp up_dll_file.cpp |
35 #endif |
35 #endif |
36 |
36 |
37 #if defined(MARM) |
37 #if defined(MARM) |
38 option ARMCC --no_exceptions --no_exceptions_unwind |
38 option ARMCC --no_exceptions --no_exceptions_unwind |
39 option GCCE -fno-exceptions |
|
39 |
40 |
40 sourcepath epoc/arm |
41 sourcepath epoc/arm |
41 source uc_dll.cpp uc_dll.cia |
42 source uc_dll.cpp uc_dll.cia |
42 #endif |
43 #endif |
43 |
44 |