<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>cdd87465 - ARM: vfp: Use undef hook for handling VFP exceptions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#cdd87465</link>
        <description>ARM: vfp: Use undef hook for handling VFP exceptionsNow that the VFP support code has been reimplemented as a C functionthat takes a struct pt_regs pointer and an opcode, we can use theexisting undef_hook framework to deal with undef exceptions triggered byVFP instructions instead of having special handling in assembler.Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Sat, 18 Mar 2023 23:28:35 +0000</pubDate>
        <dc:creator>Ard Biesheuvel &lt;ardb@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a6c30873 - ARM: 8989/1: use .fpu assembler directives instead of assembler arguments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#a6c30873</link>
        <description>ARM: 8989/1: use .fpu assembler directives instead of assembler argumentsExplicit FPU selection has been introduced in commit 1a6be26d5b1a(&quot;[ARM] Enable VFP to be built when non-VFP capable CPUs are selected&quot;)to make use of assembler mnemonics for VFP instructions.However, clang currently does not support passing assembler flagslike this and errors out with:clang-10: error: the clang compiler does not support &apos;-Wa,-mfpu=softvfp+vfp&apos;Make use of the .fpu assembler directives to select the floating pointhardware selectively. Also use the new unified assembler languagemnemonics. This allows to build these procedures with Clang.Link: https://github.com/ClangBuiltLinux/linux/issues/762Signed-off-by: Stefan Agner &lt;stefan@agner.ch&gt;Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Thu, 09 Jul 2020 10:17:36 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan@agner.ch&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>35f5a6ac - ARM: 8782/1: vfp: clean up arch/arm/vfp/Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#35f5a6ac</link>
        <description>ARM: 8782/1: vfp: clean up arch/arm/vfp/MakefileSince commit 799c43415442 (&quot;kbuild: thin archives make default forall archs&quot;), $(AR) is used instead of $(LD) to combine object files.The following code in arch/arm/vfp/Makefile:  LDFLAGS         +=--no-warn-mismatch... is no longer used.Also, arch/arm/Makefile already guards arch/arm/vfp/ by a booleansymbol, CONFIG_VFP, like this:  core-$(CONFIG_VFP)              += arch/arm/vfp/So, $(CONFIG_VFP) is always evaluated to y in arch/arm/vfp/Makefile.There is no point to use pseudo object, vfp.o, which never becomesa module.  Add all objects to obj-y directly.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Wed, 18 Jul 2018 01:07:47 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>82b9c18d - ARM: vfp: use -mfloat-abi=soft to build vfp</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#82b9c18d</link>
        <description>ARM: vfp: use -mfloat-abi=soft to build vfpDistros are starting to ship with toolchains defaulting tohardfloat. Using such a compiler to build the kernel failsin the VFP directory witharch/arm/vfp/entry.S:1:0: sorry, unimplemented: -mfloat-abi=hard and VFPAdding -mfloat-abi=soft to the gcc command line fixes this.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Sat, 27 Aug 2011 20:09:36 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>21f0b311 - arm: change to new flag variables</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#21f0b311</link>
        <description>arm: change to new flag variablesReplace EXTRA_CFLAGS with ccflags-y and EXTRA_AFLAGS with asflags-y.Signed-off-by: matt mooney &lt;mfm@muteddisk.com&gt;Acked-by: WANG Cong &lt;xiyou.wangcong@gmail.com&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Fri, 14 Jan 2011 14:12:26 +0000</pubDate>
        <dc:creator>matt mooney &lt;mfm@muteddisk.com&gt;</dc:creator>
    </item>
<item>
        <title>222d394d - kbuild: enable &apos;make AFLAGS=...&apos; to add additional options to AS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#222d394d</link>
        <description>kbuild: enable &apos;make AFLAGS=...&apos; to add additional options to ASThe variable AFLAGS is a wellknown variable and the usage bykbuild may result in unexpected behaviour.On top of that several people over time has asked for a way topass in additional flags to gcc.This patch replace use of AFLAGS with KBUILD_AFLAGS all overthe tree.Patch was tested on following architectures:alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k, s390Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Mon, 15 Oct 2007 19:59:31 +0000</pubDate>
        <dc:creator>Sam Ravnborg &lt;sam@neptun.(none)&gt;</dc:creator>
    </item>
<item>
        <title>1a6be26d - [ARM] Enable VFP to be built when non-VFP capable CPUs are selected</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#1a6be26d</link>
        <description>[ARM] Enable VFP to be built when non-VFP capable CPUs are selectedSince we pass flags to the compiler to control code generation basedon the least capable selected CPU, if we want to include VFP support,we must tweak the assembler flags to allow the VFP instructions.Moreover, we must not use the mrrc/mcrr versions since these will notbe recognised by the assembler.We do not convert all instructions to the VFP-equivalent (yet) sincebinutils appears to barf on &quot;fmrx rn, fpinst&quot; and doesn&apos;t provide anyother way (other than using the mrc equivalent) to encode thisinstruction - which is rather a problem when you have a VFPimplementation which requires these instructions.Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Wed, 21 Jun 2006 12:51:41 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk@dyn-67.arm.linux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/arm/vfp/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/arch/arm/vfp/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
