summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-01-06 00:15:06 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:00 +0200
commitdd445ab906de464eaee2b45f1722fa27a886b591 (patch)
treef4b14f1ed1fa7da2d7d7b6fd4a2562a0e5850fd7
parent818dca5f6e64e5db7ff40c860a17b8a6bbe1af30 (diff)
2007-01-06 Thomas Schwinge <tschwinge@gnu.org>
* configure.ac (AM_INIT_AUTOMAKE): Add ``-Wall -Wno-portability''.
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e0def7..f427ec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2006-12-30 Richard Braun <syn@hurdfr.org>
+2007-01-06 Thomas Schwinge <tschwinge@gnu.org>
+
+ * configure.ac (AM_INIT_AUTOMAKE): Add ``-Wall -Wno-portability''.
+
+2007-01-05 Richard Braun <syn@hurdfr.org>
Add alignment support in the zone allocator.
* kern/zalloc.c (ALIGN_SIZE_UP): New macro.
@@ -33,7 +37,7 @@
2007-01-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
- Fix translation of port into device in the "no sender" notification.
+ Fix translation of port into device in the "no sender" notification.
* i386/i386at/i386at_ds_routines.c (ds_notify): Use dev_port_lookup()
for translating the remote port.
@@ -54,7 +58,7 @@
Add support for global pages.
* i386/i386at/model_dep.c: Include <i386/locore.h>.
(i386at_init): Set CR4_PGE if available.
- (c_boot_entry): Call discover_x86_cpu_type() before i386at_init().
+ (c_boot_entry): Call discover_x86_cpu_type() before i386at_init().
* i386/intel/pmap.c: Include <i386/locore.h>.
(pmap_map_bd): Use INTEL_PTE_GLOBAL if available.
(pmap_bootstrap): Likewise.
diff --git a/configure.ac b/configure.ac
index 6815f9c..86357b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,8 @@ dnl Do not clutter the main build directory.
dnl This is only a very rough estimation of the version we actually need. Feel
dnl free to refine that.
[1.9]
+dnl We require GNU make.
+ [-Wall -Wno-portability]
)
#