File: sh3.mk

package info (click to toggle)
glibc 2.42-13
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 312,844 kB
  • sloc: ansic: 1,061,027; asm: 238,416; makefile: 20,970; python: 13,509; sh: 11,828; cpp: 5,188; awk: 1,794; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (10 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
# Renesas SH enabled -ffinte-math-only. Some software need -mieee.
extra_cflags = -mieee

# GCC 5 and later emits calls to abort() when there is no target specific
# __builtin_trap() implementation. This is not possible to do so in ld.so
# so we need to pass the -fno-delete-null-pointer-checks option to GCC.
extra_cflags += -fno-delete-null-pointer-checks

# Workaround BZ #29575
extra_config_options = --disable-default-pie