summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-20 12:15:13 +0000
committerRoy Marples <roy@marples.name>2008-02-20 12:15:13 +0000
commit946bc2424bacc4f2a7c23090e263b31eb54639d5 (patch)
tree0c400877b5cd054bf83a8d6a88c2934114dfa583 /README
parent925ec2f6bdc149f0274a60c8ffdb708c8f5c47af (diff)
downloaddhcpcd-946bc2424bacc4f2a7c23090e263b31eb54639d5.tar.xz
Add a comment about older linux headers and -std=c99.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 90bfa7c3..9089ec69 100644
--- a/README
+++ b/README
@@ -30,6 +30,13 @@ SYSV (SYSV style - /etc/init.d/ntpd restart)
You can change the default dir where dhcpcd stores it's .info files with
INFODIR=/var/db
+We now default to using -std=c99. For 64-bit linux, this always works, but
+for 32-bit linux it requires either gnu99 or a patch to asm/types.h.
+Most distros patch linux headers so this should work fine.
+linux-2.6.24 finally ships with a working 32-bit header.
+If your linux headers are older, or your distro hasn't patched them you can
+set CSTD=gnu99 to work around this.
+
ChangeLog
---------