libunix: because of mess between gcc and as: remove cpu directive and use the default provided by gcc (68020). Classic will wait later...

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Laurent Vivier
2009-06-08 21:55:43 +02:00
parent f20c8f1194
commit aba7a139c5
6 changed files with 0 additions and 11 deletions
-1
View File
@@ -4,7 +4,6 @@
TOP = $(shell pwd)
68000FLAGS = -m68000 -Wa,-m68000
CFLAGS += -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2 -Os
CPPFLAGS = -I$(TOP) -I$(TOP)/../libmacos -DARCH_M68K
-2
View File
@@ -7,8 +7,6 @@
*
*/
.cpu 68000
.align 2
.globl __divsi3
-2
View File
@@ -7,8 +7,6 @@
*
*/
.cpu 68000
.align 2
.globl __modsi3
-2
View File
@@ -7,8 +7,6 @@
*
*/
.cpu 68000
.align 2
.globl __mulsi3
-2
View File
@@ -7,8 +7,6 @@
*
*/
.cpu 68000
.align 2
.globl __udivsi3
-2
View File
@@ -7,8 +7,6 @@
*
*/
.cpu 68000
.align 2
.globl __umodsi3