mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
Enable ixemul compilation.
This commit is contained in:
15
patches/ixemul-48.2/stdio/Makefile.in.diff
Normal file
15
patches/ixemul-48.2/stdio/Makefile.in.diff
Normal file
@ -0,0 +1,15 @@
|
||||
--- ixemul-48.2.orig/stdio/Makefile.in 2001-08-21 17:36:24.000000000 +0200
|
||||
+++ ixemul-48.2/stdio/Makefile.in 2012-08-03 18:46:52.000000000 +0200
|
||||
@@ -32,9 +32,9 @@
|
||||
|
||||
# I *love* GNU make!
|
||||
define catenate
|
||||
-/bin/echo -n creating $@...
|
||||
-/bin/echo -e "$(^:%=#include \"%\"\n)" >$@
|
||||
-/bin/echo done
|
||||
+echo -n creating $@...
|
||||
+echo "$(^:%=#include \"%\"\n)" >$@
|
||||
+echo done
|
||||
endef
|
||||
|
||||
FLAVOR_CFLAGS = -m$(CPU) -m$(FPU)
|
||||
Reference in New Issue
Block a user