Changeset 764eb27


Ignore:
Timestamp:
Nov 6, 2012, 6:34:20 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
54941ee
Parents:
8344b40
Message:

Build make-prime-list with the proper options. Do not pull -m64 into it as it will attempt to use options for the target. Just use -m64. It's a safe option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/coreutils.xml

    r8344b40 r764eb27  
    5555<screen os="h2"><userinput>sed '/src_make_prime_list/d' -i Makefile
    5656depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&amp;|;s|\.o$||'`;\
    57     gcc ${BUILD64} -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src \
     57    gcc -m64 -std=gnu99  -I. -I./lib  -Ilib -I./lib -Isrc -I./src \
    5858    -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT \
    5959    src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o \
    6060    src/make-prime-list.c &amp;&amp;
    6161mv -f $depbase.Tpo $depbase.Po
    62 gcc ${BUILD64} -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \
     62gcc -m64 -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \
    6363    -Wl,--as-needed  -o src/make-prime-list src/make-prime-list.o
    6464</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.