diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-12-20 23:16:08 +1000 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2017-12-21 14:42:23 -0800 |
commit | 4bea2f3d4f21e38888934d8e77d00be66944b591 (patch) | |
tree | e2fd5c78a2890af60b1a3efd2f3a484d5ebcff7b | |
parent | a18947c20dba2c0c38db8bde1ad4684995df4bbd (diff) | |
download | meta-xilinx-4bea2f3d4f21e38888934d8e77d00be66944b591.tar.gz |
site/microblaze-common: Remove
This site config is now superseeded by the microblaze-linux site config
that is provided in oe-core.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/site/microblaze-common | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-xilinx-bsp/site/microblaze-common b/meta-xilinx-bsp/site/microblaze-common deleted file mode 100644 index 58b8425a..00000000 --- a/meta-xilinx-bsp/site/microblaze-common +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | |||
2 | # glib | ||
3 | |||
4 | # glib-2.0 | ||
5 | glib_cv_have_qsort_r=no | ||
6 | glib_cv_long_long_format=ll | ||
7 | glib_cv_stack_grows=no | ||
8 | glib_cv_uscore=yes | ||
9 | ac_cv_func_posix_getpwuid_r=yes | ||
10 | ac_cv_func_posix_getgrgid_r=yes | ||
11 | ac_cv_alignof_guint32=4 | ||
12 | ac_cv_alignof_guint64=8 | ||
13 | ac_cv_alignof_unsigned_long=4 | ||
14 | |||