mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
cad6c0c117
configurable limits on jobs on a per queue basis as well as for the total queue system. It is based on the de facto NQS standards and is interoperable with commercial NQS products. PR: 6699 Submitted by: Tony Maher <tonym@angis.org.au>
19 lines
608 B
Bash
19 lines
608 B
Bash
# -*- sh -*-
|
|
#
|
|
# PLATFORM DESCRIPTION FILE
|
|
|
|
C_COMPILER "cc"
|
|
C_COMPILER_FLAGS_OPTIMISE "${CFLAGS}"
|
|
C_COMPILER_FLAGS_DEBUG ""
|
|
C_COMPILER_FLAGS_COMMON ""
|
|
C_COMPILER_FLAGS_INCLUDE ""
|
|
|
|
CONFIG_MACHINE "i386-unknown-freebsd2.2.6"
|
|
PREFERED_API "BSD"
|
|
PLATFORM_FLAGS "-DBSD4_4 -DHAS_BSD_LIMITS -DHAS_BSD_ZOMBIES -DIS_BSD -DIS_BSD4_4 -DHAS_RLIM_T -DHAS_BSD_PIPE"
|
|
|
|
LINKER "cc -s"
|
|
AR "ar cr"
|
|
RANLIB "ranlib"
|
|
MKDIR "bin/mkdir -p"
|