summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/common
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-16 07:59:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-16 07:59:47 +0000
commit4c40577c5ea0726e5193f00991452e1997b88ddd (patch)
tree2314d8ecc020ccfba5472e3377771e8e72828857 /contrib/crossrpms/common
parentAbandon gcc < 3.0 (diff)
downloadrtems-4c40577c5ea0726e5193f00991452e1997b88ddd.tar.bz2
New.
Diffstat (limited to 'contrib/crossrpms/common')
-rw-r--r--contrib/crossrpms/common/common.add19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/crossrpms/common/common.add b/contrib/crossrpms/common/common.add
new file mode 100644
index 0000000000..7388f18483
--- /dev/null
+++ b/contrib/crossrpms/common/common.add
@@ -0,0 +1,19 @@
+#
+# Please send bugfixes or comments to
+# http://www.rtems.com/cgi-bin/gnatweb.pl
+# or mailto:rtems-bugs@rtems.com
+#
+
+%define _prefix /usr
+%if "%{_prefix}" != "/usr"
+%define _infodir %{_prefix}/info
+%define _mandir %{_prefix}/man
+%endif
+
+%define rpmgroup RTEMS/4.7
+
+%ifos cygwin cygwin32 mingw mingw32
+%define _exeext .exe
+%else
+%define _exeext %{nil}
+%endif