Message ID | 20190726162944.12149-1-vincenzo.frascino@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | mips: vdso: Fix Makefile | expand |
Hello, Vincenzo Frascino wrote: > Consequently to the unified vDSO transition of the MIPS architecture few > compilation issues appeared due to: > - A wrong source path for the configuration environment settings for > the O32 and N32 vDSO library generation. > - A flip/flop vDSO building bug that would cause to rebuild the vDSO > library every second time. > > This patch series addresses both the issues providing the respective > fixes. > > This patchset is rebased on top of mips-next. > > Cc: Paul Burton <paul.burton@mips.com> > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> > > Vincenzo Frascino (2): > mips: vdso: Fix source path > mips: vdso: Fix flip/flop vdso building bug > > arch/mips/vdso/Makefile | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) Series applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@mips.com to report it. ]
Consequently to the unified vDSO transition of the MIPS architecture few compilation issues appeared due to: - A wrong source path for the configuration environment settings for the O32 and N32 vDSO library generation. - A flip/flop vDSO building bug that would cause to rebuild the vDSO library every second time. This patch series addresses both the issues providing the respective fixes. This patchset is rebased on top of mips-next. Cc: Paul Burton <paul.burton@mips.com> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Vincenzo Frascino (2): mips: vdso: Fix source path mips: vdso: Fix flip/flop vdso building bug arch/mips/vdso/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)