diff options
| author | David Schultz <das@FreeBSD.org> | 2004-05-02 10:55:07 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2004-05-02 10:55:07 +0000 |
| commit | 757edc654e0f47d1259395b698b012df7630aaad (patch) | |
| tree | 6d53e893d42c7c8ef9e52cf63fddfbcc613bedd5 /lib/libc | |
| parent | 8de9e8971987bdfeb7a26c3868130e7987d5b748 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 0936bc9aaa80..ceea67a5bb8f 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -64,6 +64,9 @@ CFLAGS+= -DYP .if !defined(NO_HESIOD_LIBC) CFLAGS+= -DHESIOD .endif +.if defined(NO_FP_LIBC) +CFLAGS+= -DNO_FLOATING_POINT +.endif # If there are no machine dependent sources, append all the # machine-independent sources: |
