Skip to content

Commit 0e0205c

Browse files
QuzarDCQuzarDC
authored andcommitted
romdisk: Have romdisk building use our standard kos-cc
This brings it in-line with the rest of the build system in not echoing the block of args being passed to gcc unless verbose mode is being set.
1 parent 60ef57f commit 0e0205c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ romdisk.img:
8282

8383
romdisk.o: romdisk.img
8484
$(KOS_BASE)/utils/bin2c/bin2c romdisk.img romdisk_tmp.c romdisk
85-
$(KOS_CC) $(KOS_CFLAGS) -o romdisk_tmp.o -c romdisk_tmp.c
85+
kos-cc -o romdisk_tmp.o -c romdisk_tmp.c
8686
$(KOS_CC) -o romdisk.o -r romdisk_tmp.o $(KOS_LIB_PATHS) -Wl,--whole-archive -lromdiskbase
8787
rm romdisk_tmp.c romdisk_tmp.o
8888
endif

0 commit comments

Comments
 (0)