Home
last modified time | relevance | path

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

/third_party/musl/
Dconfigure118 CFLAGS_C99FSE=
348 tryflag CFLAGS_C99FSE -std=c99
349 tryflag CFLAGS_C99FSE -nostdinc
350 tryflag CFLAGS_C99FSE -ffreestanding \
351 || tryflag CFLAGS_C99FSE -fno-builtin
352 tryflag CFLAGS_C99FSE -fexcess-precision=standard \
353 || { test "$ARCH" = i386 && tryflag CFLAGS_C99FSE -ffloat-store ; }
354 tryflag CFLAGS_C99FSE -frounding-math
369 if $CC $CFLAGS_C99FSE $CPPFLAGS $CFLAGS \
374 CFLAGS_C99FSE="$CFLAGS_C99FSE -D__may_alias__="
[all …]
DMakefile47 CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc macro
49 CFLAGS_ALL = $(CFLAGS_C99FSE)
/third_party/musl/porting/linux/user/
DMakefile47 CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc macro
49 CFLAGS_ALL = $(CFLAGS_C99FSE)
/third_party/musl/porting/liteos_a/user_debug/
DMakefile47 CFLAGS_C99FSE = -std=c99 -ffreestanding -nostdinc macro
49 CFLAGS_ALL = $(CFLAGS_C99FSE)