]> CyberLeo.Net >> Repos - CDN/Mosi.git/blob - targets/i386/VITANI/config/make.conf
worlds/i386/SABA: update to new layout
[CDN/Mosi.git] / targets / i386 / VITANI / config / make.conf
1 # Compilation tunes
2 CFLAGS+=-O2 -pipe
3 COPTFLAGS+=-O2 -pipe
4 CPUTYPE?=c3-2
5
6 # Global knobs
7 NO_PROFILE=yes
8 WITHOUT_X11=yes
9
10 # Caching proxy for fetches
11 http_proxy=http://gateway.cyberleo.net:46565
12 ftp_proxy=http://gateway.cyberleo.net:46565
13
14 # Inline limit warnings?
15 # Userland:
16 #NO_WERROR=yes
17 # Kernel: Just turn off inline warnings
18 #WERROR=-Wno-inline -Werror
19 # Kernel: Don't error on any warning
20 #WERROR=-Wno-error
21 # Kernel: -Werror and -Wno-error both fail when -Os -march=c3-2; use empty
22 #WERROR=
23
24 # Read-only ports tree
25 DISTDIR=/var/ports/distfiles
26 PACKAGES=/var/ports/packages
27 WRKDIRPREFIX=/usr/obj
28
29 .if ${.CURDIR:M*/devel/glib20}
30   USE_LOCAL_MK=
31   STRIP_PERL5_RUN=
32   STRIP_PYTHON_RUN=
33 .endif