Skip to content

Commit

Permalink
workaround for Unknown symbol _GLOBAL_OFFSET_TABLE_ (err 0)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDroid- committed Oct 22, 2011
1 parent b9fb3a9 commit 7784229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ CHECK = sparse
CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
-Wbitwise -Wno-return-void $(CF)
MODFLAGS = -DMODULE -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-vectorize -fipa-cp-clone -fsingle-precision-constant -pipe
CFLAGS_MODULE = $(MODFLAGS)
CFLAGS_MODULE = $(MODFLAGS) -fno-pic
AFLAGS_MODULE = $(MODFLAGS)
LDFLAGS_MODULE = -T $(srctree)/scripts/module-common.lds
CFLAGS_KERNEL = -funswitch-loops -fpredictive-commoning -fgcse-after-reload -ftree-vectorize -fipa-cp-clone -fsingle-precision-constant -pipe
Expand Down

0 comments on commit 7784229

Please sign in to comment.