* updated ksmtp (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / boot / silo / v7.patch.sparc
blobe961836c2c90984310565f20d61d9519e02b8d10
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../silo/v7.patch.sparc
5 # Copyright (C) 2017 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- silo.git/common/Makefile.vanilla    2017-12-23 10:34:40.583625829 +0000
18 +++ silo.git/common/Makefile    2017-12-23 10:34:59.651625131 +0000
19 @@ -8,7 +8,7 @@
20         $(CC) $(CFLAGS) -c $*.c
22  .S.o:
23 -       $(CC) $(CFLAGS) -c $*.S
24 +       $(CC) $(CFLAGS) -mcpu=v8 -c $*.S
26  OBJS = sdiv.o rem.o udiv.o urem.o jmp.o printf.o console.o prom.o tree.o stringops2.o\
27         stringops1.o ffs.o divdi3.o udivdi3.o
28 --- silo.git/second/Makefile.vanilla    2017-12-23 10:35:36.947623766 +0000
29 +++ silo.git/second/Makefile    2017-12-23 10:35:55.527623086 +0000
30 @@ -30,7 +30,7 @@
31         $(CC) $(CFLAGS) -c $*.c -o $@
33  .S.o:
34 -       $(CC) $(CFLAGS) -c $*.S -o $@
35 +       $(CC) $(CFLAGS) -mcpu=v8 -c $*.S -o $@
37  # The ordering here is very significant. Please add new object files to OBJS5 only.
38  OBJS1 = crt0.o
39 --- silo.git/Makefile.vanilla   2017-12-23 10:36:45.879621242 +0000
40 +++ silo.git/Makefile   2017-12-23 10:38:25.547617594 +0000
41 @@ -3,7 +3,7 @@
43  # These only get built on Linux
44  ifeq ($(OPSYS),Linux)
45 -  SUBDIRS  = common first second first-isofs tilo
46 +  SUBDIRS  = common first second first-isofs # tilo
47    MANPAGES = maketilo.1 tilo.1
48  endif
50 @@ -24,8 +24,8 @@
51  ifeq ($(OPSYS),Linux)
52         install -d -m755 $(DESTDIR)/boot $(DESTDIR)/usr/bin
53         install -m644 first/*.b second/*.b first-isofs/*.b $(DESTDIR)/boot/
54 -       install -m755 tilo/maketilo $(DESTDIR)/usr/bin/
55 -       install -m755 tilo/tilo.sh $(DESTDIR)/usr/bin/tilo
56 +       #install -m755 tilo/maketilo $(DESTDIR)/usr/bin/
57 +       #install -m755 tilo/tilo.sh $(DESTDIR)/usr/bin/tilo
58  endif
59         for manpage in $(MANPAGES); do \
60                 sect=`echo $$manpage | sed 's/.*\([1-8]\)$$/\1/'`; \