diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2019-04-23 11:51:54 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 17:00:46 -0800 |
| commit | c3814565ac97874e2a998ab785635392a8fc16ed (patch) | |
| tree | 8c5571c4bbf98a1ee0dd7e938594eaa2f1575ac3 | |
| parent | e6df9409b31fc56f3bea4dd0ffe627b581991180 (diff) | |
| download | meta-xilinx-c3814565ac97874e2a998ab785635392a8fc16ed.tar.gz | |
gcc: Add multilib-list=aprofile configure option for cortex A9
Update configure options to be in sync with the SDK
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc index ddb32819..007998ca 100644 --- a/meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc +++ b/meta-xilinx-standalone/recipes-standalone/gcc/gcc-xilinx-standalone.inc | |||
| @@ -101,4 +101,5 @@ GCC_CONFIGURE_A9 ?= " \ | |||
| 101 | --with-gnu-ld \ | 101 | --with-gnu-ld \ |
| 102 | --with-isl=no \ | 102 | --with-isl=no \ |
| 103 | --with-ppl=no \ | 103 | --with-ppl=no \ |
| 104 | --with-multilib-list=aprofile \ | ||
| 104 | " \ No newline at end of file | 105 | " \ No newline at end of file |
