source: rtems/make/custom/FreeBSD-posix.cfg @ 3153d3f

Last change on this file since 3153d3f was cd2fcd5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/13/04 at 15:49:18

2004-04-13 Ralf Corsepius <ralf_corsepius@…>

  • custom/FreeBSD-posix.cfg: Remove LIBC_DEFINES (Meaningless with FreeBSD and now unused).
  • custom/Solaris-posix.cfg: Add -DEXTENSIONS to CPU_CFLAGS.
  • Property mode set to 100644
File size: 623 bytes
Line 
1#
2#  Config file for the FreeBSD 2.x based RTEMS UNIX
3
4RTEMS_CPU=unix
5RTEMS_CPU_FAMILY=i386
6RTEMS_CPU_MODEL=i486dx
7RTEMS_UNIX_FLAVOR=freebsd
8
9# This is the actual bsp directory used during the build process.
10RTEMS_BSP_FAMILY=posix
11
12include $(RTEMS_ROOT)/make/custom/default.cfg
13
14# optimize flag: typically -0, could use -O4 or -fast
15# -O4 is ok for RTEMS
16CFLAGS_OPTIMIZE_V = -O2
17
18define make-exe
19        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
20        $(NM) -ng $@ > $(basename $@).num
21        $(SIZE) $@
22endef
23
24# *****************************************************************
25# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.