diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-14 22:29:46 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-14 22:29:46 +0000 |
commit | 0b152ed05c0cd22f440c00e44357b95d470ccbf0 (patch) | |
tree | c305fe962c0ecc7ef7145ce71f5bc465b3356a8a /site/endian-big | |
parent | d6aa197a5f26cad7dd38b19aa6cd017898944f40 (diff) |
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.
Diffstat (limited to 'site/endian-big')
-rw-r--r-- | site/endian-big | 2 |
1 files changed, 2 insertions, 0 deletions
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 |