1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../silo/v7.patch.sparc
5 # Copyright (C) 2017 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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
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
20 $(CC) $(CFLAGS) -c $*.c
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
31 $(CC) $(CFLAGS) -c $*.c -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.
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
43 # These only get built on Linux
45 - SUBDIRS = common first second first-isofs tilo
46 + SUBDIRS = common first second first-isofs # tilo
47 MANPAGES = maketilo.1 tilo.1
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
59 for manpage in $(MANPAGES); do \
60 sect=`echo $$manpage | sed 's/.*\([1-8]\)$$/\1/'`; \