Home
last modified time | relevance | path

Searched refs:CFLAGS_C99FSE (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/
Dconfigure115 CFLAGS_C99FSE=
337 tryflag CFLAGS_C99FSE -std=c99
338 tryflag CFLAGS_C99FSE -nostdinc
339 tryflag CFLAGS_C99FSE -ffreestanding \
340 || tryflag CFLAGS_C99FSE -fno-builtin
341 tryflag CFLAGS_C99FSE -fexcess-precision=standard \
342 || { test "$ARCH" = i386 && tryflag CFLAGS_C99FSE -ffloat-store ; }
343 tryflag CFLAGS_C99FSE -frounding-math
358 if $CC $CFLAGS_C99FSE $CPPFLAGS $CFLAGS \
363 CFLAGS_C99FSE="$CFLAGS_C99FSE -D__may_alias__="
[all …]
DMakefile46 CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc macro
48 CFLAGS_ALL = $(CFLAGS_C99FSE)
/third_party/musl/porting/linux/user/
DMakefile46 CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc macro
48 CFLAGS_ALL = $(CFLAGS_C99FSE)