blob: 4dbe0c31196381427334462125c776dcaa6397ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- MCONFIG.orig Fri Mar 15 01:42:46 2002
+++ MCONFIG Sun Feb 8 01:06:18 2004
@@ -13,7 +13,7 @@
# Target operating system. Valid values are:
# LINUX FREEBSD OPENBSD NETBSD SOLARIS UNIXWARE BEOS ATHEOS
-OS = LINUX
+OS = FREEBSD
# Kernel version of target OS (1.2 = 12, 2.4 = 24, 3.6 = 36, etc)
@@ -25,7 +25,7 @@
# in executable even if it is not present in object file.
# So, if your ld always adds .bss - you can just forget about it.
-KERNEL = 24
+KERNEL = %%KERNEL%%
# Optimization method (SIZE/SPEED)
|