From 1188acd4b12727c8d89f9b3e71e8c1a8e43aecd6 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Mon, 2 May 2011 06:12:07 -0500 Subject: [PATCH] targets/i386/NEPETA: new target --- targets/i386/NEPETA/config/make.conf | 34 ++++++++++++++++++++++++++++ targets/i386/NEPETA/world | 1 + 2 files changed, 35 insertions(+) create mode 100644 targets/i386/NEPETA/config/make.conf create mode 120000 targets/i386/NEPETA/world diff --git a/targets/i386/NEPETA/config/make.conf b/targets/i386/NEPETA/config/make.conf new file mode 100644 index 0000000..9650584 --- /dev/null +++ b/targets/i386/NEPETA/config/make.conf @@ -0,0 +1,34 @@ +# Compilation tunes +CFLAGS+=-O2 -pipe +COPTFLAGS+=-O2 -pipe +CPUTYPE?=pentium4 + +# Global knobs +NO_PROFILE=yes +WITHOUT_X11=yes + +# Caching proxy for fetches +http_proxy=http://gateway.cyberleo.net:46565 +ftp_proxy=http://gateway.cyberleo.net:46565 + +# Inline limit warnings? +# Userland: +#NO_WERROR=yes +# Kernel: Just turn off inline warnings +#WERROR=-Wno-inline -Werror +# Kernel: Don't error on any warning +#WERROR=-Wno-error +# Kernel: -Werror and -Wno-error both fail when -Os -march=c3-2; use empty +#WERROR= + +# Read-only ports tree +DISTDIR=/var/ports/distfiles +PACKAGES=/var/ports/packages +WRKDIRPREFIX=/usr/obj + +.if ${.CURDIR:M*/devel/glib20} + USE_LOCAL_MK= + STRIP_PERL5_RUN= + STRIP_PYTHON_RUN= +.endif + diff --git a/targets/i386/NEPETA/world b/targets/i386/NEPETA/world new file mode 120000 index 0000000..b23254c --- /dev/null +++ b/targets/i386/NEPETA/world @@ -0,0 +1 @@ +../../../worlds/i386/GENERIC \ No newline at end of file -- 2.42.0