mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Cleanup white space and unused lines
git-svn-id: svn://coreboot.org/openbios/openbios-devel@340 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -12,7 +12,7 @@ HOSTCC := gcc
|
||||
HOSTCFLAGS := -O -g -fprofile-arcs -ftest-coverage -Wall -W -DFCOMPILER -DBOOTSTRAP $(CROSSCFLAGS)
|
||||
HOSTINCLUDES := -Iinclude -Ikernel/include -I$(ODIR)/target/include
|
||||
|
||||
CC := gcc
|
||||
CC := gcc
|
||||
AR := ar
|
||||
NM := nm
|
||||
STRIP := strip
|
||||
@@ -50,13 +50,13 @@ $(ODIR)/forth/version.fs:
|
||||
<rule target="host" entity="object">
|
||||
$(HOSTCC) $(HOSTCFLAGS) $(HOSTINCLUDES) -c -o $@ $^
|
||||
</rule>
|
||||
|
||||
|
||||
<rule target="host" entity="library">
|
||||
$(AR) cru $@ $^; $(RANLIB) $@
|
||||
</rule>
|
||||
|
||||
|
||||
<!-- target/cross compiler build rules -->
|
||||
|
||||
|
||||
<rule target="target" entity="executable">
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
</rule>
|
||||
@@ -64,7 +64,7 @@ $(ODIR)/forth/version.fs:
|
||||
<rule target="target" entity="object">
|
||||
$(CC) $$EXTRACFLAGS $(CFLAGS) $(INCLUDES) -c -o $@ $^
|
||||
</rule>
|
||||
|
||||
|
||||
<rule target="target" entity="library">
|
||||
$(AR) cru $@ $^; $(RANLIB) $@
|
||||
</rule>
|
||||
|
||||
Reference in New Issue
Block a user