mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
check_consistency should be disabled for GCC 5 and above since there is no fixed PIC register in GCC 5 and above. Check __GNUC_PREREQ (5,0) instead OPTIMIZE_FOR_GCC_5 since OPTIMIZE_FOR_GCC_5 is false with -fno-omit-frame-pointer.alistair/rv32.next
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue