- Timestamp:
- Nov 6, 2012, 6:34:20 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 54941ee
- Parents:
- 8344b40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/multilib/coreutils.xml
r8344b40 r764eb27 55 55 <screen os="h2"><userinput>sed '/src_make_prime_list/d' -i Makefile 56 56 depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;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 \ 58 58 -fdiagnostics-show-option -funit-at-a-time -g -O2 -MT \ 59 59 src/make-prime-list.o -MD -MP -MF $depbase.Tpo -c -o src/make-prime-list.o \ 60 60 src/make-prime-list.c && 61 61 mv -f $depbase.Tpo $depbase.Po 62 gcc ${BUILD64}-std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \62 gcc -m64 -std=gnu99 -fdiagnostics-show-option -funit-at-a-time -g -O2 \ 63 63 -Wl,--as-needed -o src/make-prime-list src/make-prime-list.o 64 64 </userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.