blob: dbcf1c33d3c942f9450e1ca29ed81099417ab8ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ifeq ($(subdir),csu)
sysdep_routines += hp-timing
elide-routines.os += hp-timing
endif
# So that we can test __m128's alignment
stack-align-test-flags += -msse
ifeq ($(subdir),string)
sysdep_routines += cacheinfo
endif
|