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/sh4-linux-uclibc | |
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/sh4-linux-uclibc')
-rw-r--r-- | site/sh4-linux-uclibc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/site/sh4-linux-uclibc b/site/sh4-linux-uclibc index c083f418b5..04d58447d9 100644 --- a/site/sh4-linux-uclibc +++ b/site/sh4-linux-uclibc @@ -18,8 +18,6 @@ ac_cv_linux_vers=${ac_cv_linux_vers=2} # libnet ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} -ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} -ac_cv_c_bigendian=${ac_cv_c_bigendian=no} # ssh ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes} |