Changeset 8400
- Timestamp:
- 10/04/07 09:51:20 (1 year ago)
- Files:
-
- branches/jh/BOOK/chapter01/changelog.xml (modified) (1 diff)
- branches/jh/BOOK/chapter05/glibc.xml (modified) (1 diff)
- branches/jh/BOOK/chapter06/glibc.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/jh/BOOK/chapter01/changelog.xml
r8399 r8400 38 38 39 39 <listitem> 40 <para>2007-10-04</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jhuntwork] - Fixed grep syntax in Glibc.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>2007-09-25</para> 41 50 <itemizedlist> branches/jh/BOOK/chapter05/glibc.xml
r8392 r8400 58 58 making use of the special file <filename>configparms</filename>:</para> 59 59 60 <screen><userinput remap="configure">uname -m | grep -q i ?86 &&60 <screen><userinput remap="configure">uname -m | grep -q i[4-7]86 && 61 61 echo "CFLAGS += -march=i486" > configparms</userinput></screen> 62 62 branches/jh/BOOK/chapter06/glibc.xml
r8399 r8400 107 107 <para>Again, add the needed compiler flag to CFLAGS for x86 machines:</para> 108 108 109 <screen><userinput remap="configure">uname -m | grep -q i ?86 &&109 <screen><userinput remap="configure">uname -m | grep -q i[4-7]86 && 110 110 echo "CFLAGS += -march=i486" > configparms</userinput></screen> 111 111
