summaryrefslogtreecommitdiffstats
path: root/scripts/common/common.add.in
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-31 04:46:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-31 04:46:44 +0000
commitb5b0433eaab7dde774e772617a4b2bf92b5d43b1 (patch)
tree3e407dee4d3f3cf1914ed8052f4f0e0a3dfc2a1e /scripts/common/common.add.in
parent2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b5b0433eaab7dde774e772617a4b2bf92b5d43b1.tar.bz2
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/header.add: New. * gccnewlib/header.add: New. * binutils/header.add: New. * gdb/header.add: New. * rtemsdoc/header.add: New. * rtemsdoc/rtemsdoc.add: New. * common/clean.add.in: New. * common/common.add.in: New.
Diffstat (limited to 'scripts/common/common.add.in')
-rw-r--r--scripts/common/common.add.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/common/common.add.in b/scripts/common/common.add.in
new file mode 100644
index 0000000000..fc54d465c0
--- /dev/null
+++ b/scripts/common/common.add.in
@@ -0,0 +1,14 @@
+#
+# Please send bugfixes or comments to
+# http://www.oarcorp.com/cgi-bin/gnatweb.pl
+# or mailto:@PACKAGE_BUGREPORT@
+#
+
+%define _prefix @prefix@
+%define _defaultbuildroot %{_tmppath}/%{name}-%{version}-root
+%ifos cygwin cygwin32
+%define _exeext .exe
+%else
+%define _exeext %{nil}
+%endif
+