blob: f6f5d82502d2d2eb458ae8668c311aefaa8810d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
|
$NetBSD: patch-ad,v 1.1 2003/03/14 23:35:25 thorpej Exp $
--- netboot/Makefile.in.orig 2003-03-14 15:21:22.000000000 -0800
+++ netboot/Makefile.in 2003-03-14 15:21:31.000000000 -0800
@@ -107,7 +107,7 @@
sis900.c sis900.h sk_g16.c sk_g16.h smc9000.c smc9000.h \
tiara.c tlan.c tulip.c via-rhine.c w89c840.c
-libdrivers_a_CFLAGS = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+libdrivers_a_CFLAGS = $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
-DFSYS_TFTP=1 $(NET_CFLAGS) $(NET_EXTRAFLAGS)
# Filled by configure.
@@ -852,127 +852,127 @@
# Is it really necessary to specify dependecies explicitly?
$(3c509_drivers): 3c509.c 3c509.h
$(3c509_drivers): %.o: 3c509.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(3c595_drivers): 3c595.c 3c595.h
$(3c595_drivers): %.o: 3c595.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(3c90x_drivers): 3c90x.c
$(3c90x_drivers): %.o: 3c90x.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(cs89x0_drivers): cs89x0.c cs89x0.h
$(cs89x0_drivers): %.o: cs89x0.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(davicom_drivers): davicom.c
$(davicom_drivers): %.o: davicom.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(depca_drivers): depca.c
$(depca_drivers): %.o: depca.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(eepro_drivers): eepro.c
$(eepro_drivers): %.o: eepro.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(eepro100_drivers): eepro100.c
$(eepro100_drivers): %.o: eepro100.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(epic100_drivers): epic100.c epic100.h
$(epic100_drivers): %.o: epic100.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
#$(fa311_drivers): fa311.c
#$(fa311_drivers): %.o: fa311.c
-# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+# $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(i82586_drivers): i82586.c
$(i82586_drivers): %.o: i82586.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(lance_drivers): lance.c
$(lance_drivers): %.o: lance.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(natsemi_drivers): natsemi.c
$(natsemi_drivers): %.o: natsemi.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(ni5010_drivers): ni5010.c
$(ni5010_drivers): %.o: ni5010.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(ns8390_drivers): ns8390.c ns8390.h
$(ns8390_drivers): %.o: ns8390.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(otulip_drivers): otulip.c otulip.h
$(otulip_drivers): %.o: otulip.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(rtl8139_drivers): rtl8139.c
$(rtl8139_drivers): %.o: rtl8139.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(sis900_drivers): sis900.c
$(sis900_drivers): %.o: sis900.c sis900.h
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(sk_g16_drivers): sk_g16.c sk_g16.h
$(sk_g16_drivers): %.o: sk_g16.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(smc9000_drivers): smc9000.c smc9000.h
$(smc9000_drivers): %.o: smc9000.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(tiara_drivers): tiara.c
$(tiara_drivers): %.o: tiara.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
#$(tlan_drivers): tlan.c
#$(tlan_drivers): %.o: tlan.c
-# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+# $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(tulip_drivers): tulip.c
$(tulip_drivers): %.o: tulip.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(via_rhine_drivers): via-rhine.c
$(via_rhine_drivers): %.o: via-rhine.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
$(w89c840_drivers): w89c840.c
$(w89c840_drivers): %.o: w89c840.c
- $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+ $(COMPILE) $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $<
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|