mirror of
https://github.com/cnlohr/colorchord.git
synced 2024-11-23 04:30:12 +00:00
Removed -m32 to allow also 64 bit architectures
This commit is contained in:
parent
9d873cf9b5
commit
ad4f2d6d09
@ -7,7 +7,7 @@ LDFLAGS:= -s -Wl,--relax -Wl,-Map=test.map -Wl,--gc-sections -ffunction-section
|
||||
|
||||
|
||||
embeddedcc : ../embeddedcommon/embeddednf.c ../embeddedcommon/DFT32.c embeddedcc.c ../embeddedcommon/embeddedout.c
|
||||
gcc -o $@ $^ $(CFLAGS) $(LDFLAGS) -m32
|
||||
gcc -o $@ $^ $(CFLAGS) $(LDFLAGS)
|
||||
|
||||
dummy_leds : dummy_leds.c
|
||||
gcc -o $@ $^ -lX11 -lpthread $(CFLAGS) $(LDFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user