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

Last change on this file since 3153d3f was 2eec0cd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/09/04 at 03:24:10

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

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