From 0b152ed05c0cd22f440c00e44357b95d470ccbf0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 14 Nov 2006 22:29:46 +0000 Subject: site infrastructure changes: Allow more than one file per target so common files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains. --- site/endian-big | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 site/endian-big (limited to 'site/endian-big') diff --git a/site/endian-big b/site/endian-big new file mode 100644 index 0000000000..27ac091faa --- /dev/null +++ b/site/endian-big @@ -0,0 +1,2 @@ +ac_cv_c_littleendian=${ac_cv_c_littleendian=no} +ac_cv_c_bigendian=${ac_cv_c_bigendian=yes} \ No newline at end of file -- cgit v1.2.3