diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:41:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:41:52 +0000 |
commit | e907fb30c965232755c92eea0d14b000c2fbaf45 (patch) | |
tree | 5cf6811c3c69bf844a39956ff9f41466beed9b6c /Makeconf | |
parent | 0806760d436512c18c18f12093104c8e0904468b (diff) |
2002-06-08 Roland McGrath <roland@frob.com>
* Makeconf (CPPFLAGS): Add -D_FILE_OFFSET_BITS=64.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,7 +58,8 @@ endif # Generic compiler options, appended to whatever the particular makefile set. # The config.make file will append the values chosed by configure. CPPFLAGS += -I. $(srcdirinc) -I.. $(top_srcdirinc) -I$(top_srcdir)/include \ - -D_GNU_SOURCE -D_IO_MTSAFE_IO $($*-CPPFLAGS) + -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 \ + $($*-CPPFLAGS) CFLAGS += -Wall -g -O3 # Include the configure-generated file of parameters. |