a0c14d28df
> This is a no-no for those archs that still use -traditional. > > I dunno if this is a problem for you at the moment and the > > right fix is anyway to nuke -traditional. > > > > Sam Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10 lines
309 B
Makefile
10 lines
309 B
Makefile
# Makefile for 680x0 Linux 68060 integer/floating point support package
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU General Public
|
|
# License. See the file "README.legal" in the main directory of this archive
|
|
# for more details.
|
|
|
|
obj-y := fskeleton.o iskeleton.o os.o
|
|
|
|
EXTRA_LDFLAGS := -x
|