⛏️ index : buildtools.git

author Oliver Tappe <zooey@hirschkaefer.de> 2007-03-03 16:35:28.0 +00:00:00
committer Oliver Tappe <zooey@hirschkaefer.de> 2007-03-03 16:35:28.0 +00:00:00
commit
7477ce77cfa9dfc9dad062a503204bb79c74aea1 [patch]
tree
ae693f7631c81dd14fb9537f69b98e929b46d06a
parent
9a99bec198bd17b3073731a258812ee88133e0b7
download
7477ce77cfa9dfc9dad062a503204bb79c74aea1.tar.gz

* oops, forgot to commit these files, thanks to Jerome for telling me about the resulting problems

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20315 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 binutils/gas/config/te-beos.h  | 10 ++++++++++
 binutils/gas/config/te-haiku.h | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/binutils/gas/config/te-beos.h b/binutils/gas/config/te-beos.h
new file mode 100644
index 0000000..879404f 100644
--- /dev/null
+++ b/binutils/gas/config/te-beos.h
@@ -1,0 +1,10 @@
/* Target environment for BeOS/haiku.  It is the same as the generic
   target, except that it arranges via the TE_BeOS define to
   suppress the use of "/" as a comment character.  Some code in the
   haiku kernel uses "/" to mean division.  (What a concept!)  */
#define TE_BeOS 1

#define LOCAL_LABELS_DOLLAR 1
#define LOCAL_LABELS_FB 1

#include "obj-format.h"
diff --git a/binutils/gas/config/te-haiku.h b/binutils/gas/config/te-haiku.h
new file mode 100644
index 0000000..879404f 100644
--- /dev/null
+++ b/binutils/gas/config/te-haiku.h
@@ -1,0 +1,10 @@
/* Target environment for BeOS/haiku.  It is the same as the generic
   target, except that it arranges via the TE_BeOS define to
   suppress the use of "/" as a comment character.  Some code in the
   haiku kernel uses "/" to mean division.  (What a concept!)  */
#define TE_BeOS 1

#define LOCAL_LABELS_DOLLAR 1
#define LOCAL_LABELS_FB 1

#include "obj-format.h"