Browse Source

Kill off some long-redundant CFLAGS

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
389204713f
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      src/Config
  2. 1
    1
      src/arch/i386/Config

+ 4
- 4
src/Config View File

220
 
220
 
221
 
221
 
222
 # For prompting and default on timeout
222
 # For prompting and default on timeout
223
-CFLAGS+=	-DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC
223
+# CFLAGS+=	-DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC
224
 # If you would like to attempt to boot from other devices as well as the network.
224
 # If you would like to attempt to boot from other devices as well as the network.
225
 # CFLAGS+=	-DBOOT_SECOND=BOOT_FLOPPY
225
 # CFLAGS+=	-DBOOT_SECOND=BOOT_FLOPPY
226
 # CFLAGS+=	-DBOOT_THIRD=BOOT_DISK
226
 # CFLAGS+=	-DBOOT_THIRD=BOOT_DISK
288
 # This option should be enabled unless you have a legacy DHCP server
288
 # This option should be enabled unless you have a legacy DHCP server
289
 # configuration from the bad old days before the use of
289
 # configuration from the bad old days before the use of
290
 # encapsulated Etherboot options.
290
 # encapsulated Etherboot options.
291
-CFLAGS+=	-DALLOW_ONLY_ENCAPSULATED
291
+# CFLAGS+=	-DALLOW_ONLY_ENCAPSULATED
292
 
292
 
293
 # Disable DHCP support
293
 # Disable DHCP support
294
 # CFLAGS+=	-DNO_DHCP_SUPPORT
294
 # CFLAGS+=	-DNO_DHCP_SUPPORT
300
 
300
 
301
 # Limit the delay on packet loss/congestion to a more bearable value. See
301
 # Limit the delay on packet loss/congestion to a more bearable value. See
302
 # description above.  If unset, do not limit the delay between resend.
302
 # description above.  If unset, do not limit the delay between resend.
303
-CFLAGS+=	-DBACKOFF_LIMIT=5 -DCONGESTED
303
+# CFLAGS+=	-DBACKOFF_LIMIT=5 -DCONGESTED
304
 
304
 
305
 # More optional features
305
 # More optional features
306
 # CFLAGS+=	-DTRY_FLOPPY_FIRST=4
306
 # CFLAGS+=	-DTRY_FLOPPY_FIRST=4
311
 # CFLAGS+=	-DALLMULTI -DMULTICAST_LEVEL1 -DMULTICAST_LEVEL2
311
 # CFLAGS+=	-DALLMULTI -DMULTICAST_LEVEL1 -DMULTICAST_LEVEL2
312
 
312
 
313
 # Etherboot as a PXE network protocol ROM
313
 # Etherboot as a PXE network protocol ROM
314
-CFLAGS+=	-DPXE_IMAGE -DPXE_EXPORT
314
+# CFLAGS+=	-DPXE_IMAGE -DPXE_EXPORT
315
 # Etherboot stricter as a PXE network protocol ROM
315
 # Etherboot stricter as a PXE network protocol ROM
316
 # CFLAGS+=	-DPXE_DHCP_STRICT
316
 # CFLAGS+=	-DPXE_DHCP_STRICT
317
 
317
 

+ 1
- 1
src/arch/i386/Config View File

97
 # @/OptionDescription@
97
 # @/OptionDescription@
98
 
98
 
99
 # BIOS select don't change unless you know what you are doing
99
 # BIOS select don't change unless you know what you are doing
100
-CFLAGS+=	-DPCBIOS
100
+# CFLAGS+=	-DPCBIOS
101
 
101
 
102
 # Compile in k8/hammer support
102
 # Compile in k8/hammer support
103
 # CFLAGS+=	-DCONFIG_X86_64
103
 # CFLAGS+=	-DCONFIG_X86_64

Loading…
Cancel
Save