diff options
Diffstat (limited to 'libgcc/config/picochip/lib1funcs.S')
-rw-r--r-- | libgcc/config/picochip/lib1funcs.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgcc/config/picochip/lib1funcs.S b/libgcc/config/picochip/lib1funcs.S new file mode 100644 index 00000000000..d344170d248 --- /dev/null +++ b/libgcc/config/picochip/lib1funcs.S @@ -0,0 +1,4 @@ +// picoChip ASM file +// Fake libgcc asm file. This contains nothing, but is used to prevent gcc +// getting upset about the lack of a lib1funcs.S file when LIB1ASMFUNCS is +// defined to switch off the compilation of parts of libgcc. |