diff options
Diffstat (limited to 'libc/string/csky/strcmp.S')
-rw-r--r-- | libc/string/csky/strcmp.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/string/csky/strcmp.S b/libc/string/csky/strcmp.S new file mode 100644 index 000000000..05a88c912 --- /dev/null +++ b/libc/string/csky/strcmp.S @@ -0,0 +1,7 @@ +#include <features.h> + +#ifdef __CSKYABIV2__ +#include "cskyv2/abiv2_strcmp.S" +#else +#include "cskyv1/strcmp.S" +#endif |