aboutsummaryrefslogtreecommitdiff
path: root/libgloss/or1k/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/or1k/crt0.S')
-rw-r--r--libgloss/or1k/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/or1k/crt0.S b/libgloss/or1k/crt0.S
index 03d7323..74a0409 100644
--- a/libgloss/or1k/crt0.S
+++ b/libgloss/or1k/crt0.S
@@ -97,7 +97,7 @@ _or1k_exception_stack_size: .word EXCEPTION_STACK_SIZE
*/
/* -------------------------------------------------------------------------- */
-#ifdef HAVE_INITFINI_ARRAY
+#ifdef _HAVE_INITFINI_ARRAY
#define _init __libc_init_array
#define _fini __libc_fini_array
#endif